diff options
author | Karel Kočí <cynerd@email.cz> | 2017-01-23 23:14:08 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-01-23 23:14:08 +0100 |
commit | 39cd1849ec86e687a07bdce4a486ef0da9753004 (patch) | |
tree | dc861f3e485de7669cfb1c156b879ed1ec1ffeba /shellrc | |
parent | a186f42adcade1281a19b6522a3db65e918124b5 (diff) | |
download | myconfigs-39cd1849ec86e687a07bdce4a486ef0da9753004.tar.gz myconfigs-39cd1849ec86e687a07bdce4a486ef0da9753004.tar.bz2 myconfigs-39cd1849ec86e687a07bdce4a486ef0da9753004.zip |
Config update after some time
Diffstat (limited to 'shellrc')
-rw-r--r-- | shellrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ export LESS_TERMCAP_se=$'\E[0m' export LESS_TERMCAP_so=$'\E[01;44;33m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[1;32m' +[ -x /usr/bin/src-hilite-lesspipe.sh ] && export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s" alias gst='git status' alias v='vim' |