diff options
author | Karel Kočí <cynerd@email.cz> | 2016-09-01 19:04:00 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-09-01 19:04:00 +0200 |
commit | 92f04daed707d4d614044b25e80327ab98d4c071 (patch) | |
tree | f72b4f1695e6feb37cfd60f238fb7830ef8d83bc /shellrc | |
parent | 8ba079ecd4e2a41edd87542ba10683a14aac59be (diff) | |
download | myconfigs-92f04daed707d4d614044b25e80327ab98d4c071.tar.gz myconfigs-92f04daed707d4d614044b25e80327ab98d4c071.tar.bz2 myconfigs-92f04daed707d4d614044b25e80327ab98d4c071.zip |
small changes in shell
Diffstat (limited to 'shellrc')
-rw-r--r-- | shellrc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -4,10 +4,6 @@ export PATH=.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin export EDITOR=vim -alias debian='ssh debian' -alias turris='ssh turris' -alias omnia='ssh omnia' - alias ls='ls --color=auto' alias ll='ls -l' eval $(dircolors -b) @@ -18,7 +14,7 @@ alias cgdb='cgdb -q' alias octave='octave-cli -q' alias ssh='TERM="xterm-256color" ssh' alias feh='feh -.' -alias make='make -j8' +alias make='make -j 8' export LESS=-R export LESS_TERMCAP_mb=$'\E[1;31m' |