diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-03-28 23:55:26 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-03-28 23:55:26 +0100 |
commit | fcd7731aaaa28e9cc882fc3814f83f34c3146f31 (patch) | |
tree | ecd505553b5ef87ebe0e0f051256bc499c9922ec | |
parent | c39a4a5b2ebf7acd85ca9b3635a7daedb541ecbd (diff) | |
download | configs-fcd7731aaaa28e9cc882fc3814f83f34c3146f31.tar.gz configs-fcd7731aaaa28e9cc882fc3814f83f34c3146f31.zip |
Thu Mar 28 23:55:29 CET 2019
-rw-r--r-- | files/rcs/.Xresources | 8 | ||||
-rw-r--r-- | files/rcs/.bash_aliases | 1 | ||||
-rw-r--r-- | files/rcs/.bashrc | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/files/rcs/.Xresources b/files/rcs/.Xresources index 9ad2579..eeab4ff 100644 --- a/files/rcs/.Xresources +++ b/files/rcs/.Xresources @@ -27,14 +27,14 @@ *color7: #b2ffe5 *color15: #cdfffc -URxvt.background: Black +URxvt.background: #0f1f1f URxvt.foreground: #b2ffe5 URxvt.scrollBar: false URxvt.cursorColor: #b2ffe5 !URxvt.title: urxvt -URxvt.fading: 15 -URxvt.transparent: true -URxvt.shading: 12 +URxvt.fading: 18 +URxvt.transparent: false +!URxvt.shading: 12 *.alpha: 120 URxvt.font: xft:inconsolata:size=10 diff --git a/files/rcs/.bash_aliases b/files/rcs/.bash_aliases index bf3254a..e6e9d08 100644 --- a/files/rcs/.bash_aliases +++ b/files/rcs/.bash_aliases @@ -3,6 +3,7 @@ alias v="vim" alias rmu="ranger ~/music" alias rp="ranger ~/IIS/poland" alias cdf='cd $(fzfPath.sh)' +alias vim='nvim' # IIS alias ipds="ssh halite.ii.pwr.wroc.pl -l 250839" diff --git a/files/rcs/.bashrc b/files/rcs/.bashrc index fb68823..d94a016 100644 --- a/files/rcs/.bashrc +++ b/files/rcs/.bashrc @@ -90,7 +90,7 @@ umode=$pur PS1="${keys}[${pur}${wd}\w${keys}]${umode}\$${def} " -EDITOR=vim +EDITOR=nvim BROWSER=qutebrowser TERM=rxvt-256color TERCMD=urxvt |