From 92f04daed707d4d614044b25e80327ab98d4c071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 1 Sep 2016 19:04:00 +0200 Subject: small changes in shell --- shellrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'shellrc') 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' -- cgit v1.2.3