aboutsummaryrefslogtreecommitdiff
path: root/shellrc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-09-01 19:04:00 +0200
committerKarel Kočí <cynerd@email.cz>2016-09-01 19:04:00 +0200
commit92f04daed707d4d614044b25e80327ab98d4c071 (patch)
treef72b4f1695e6feb37cfd60f238fb7830ef8d83bc /shellrc
parent8ba079ecd4e2a41edd87542ba10683a14aac59be (diff)
downloadmyconfigs-92f04daed707d4d614044b25e80327ab98d4c071.tar.gz
myconfigs-92f04daed707d4d614044b25e80327ab98d4c071.tar.bz2
myconfigs-92f04daed707d4d614044b25e80327ab98d4c071.zip
small changes in shell
Diffstat (limited to 'shellrc')
-rw-r--r--shellrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/shellrc b/shellrc
index d614f50..ab68f31 100644
--- a/shellrc
+++ b/shellrc
@@ -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'