Fixed /usr/bin/vimx to check for vimx (clipboard support) and uncommented bold font in xresources
This commit is contained in:
@@ -33,7 +33,11 @@ export GOPATH=$HOME/gopath
|
|||||||
export PATH=$GOPATH:$GOPATH/bin:$PATH
|
export PATH=$GOPATH:$GOPATH/bin:$PATH
|
||||||
export NNN_SHOW_HIDDEN=1
|
export NNN_SHOW_HIDDEN=1
|
||||||
|
|
||||||
|
if [ -f "/usr/bin/vimx" ]; then
|
||||||
|
export EDITOR=/usr/bin/vimx
|
||||||
|
else
|
||||||
export EDITOR=/usr/bin/vim
|
export EDITOR=/usr/bin/vim
|
||||||
|
fi
|
||||||
|
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt.font: xft:Terminus:size=14:antialias=true
|
URxvt.font: xft:Terminus:size=14:antialias=true
|
||||||
!URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true
|
URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true
|
||||||
URxvt*transparent: true
|
URxvt*transparent: true
|
||||||
URxvt*shading: 20
|
URxvt*shading: 5
|
||||||
|
|
||||||
URxvt*perl-ext-common: default,matcher
|
URxvt*perl-ext-common: default,matcher
|
||||||
URxvt*matcher.button: 1
|
URxvt*matcher.button: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user