From fcd7731aaaa28e9cc882fc3814f83f34c3146f31 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 28 Mar 2019 23:55:26 +0100 Subject: Thu Mar 28 23:55:29 CET 2019 --- files/rcs/.Xresources | 8 ++++---- files/rcs/.bash_aliases | 1 + files/rcs/.bashrc | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'files') 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 -- cgit v1.2.1