X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=zshrc;fp=zshrc;h=a9f97e1c4be7365cadc70b0983d36fd5855e8ba7;hb=7051f636cd374dd2b173734f891ef1928f0c3a0e;hp=ccac342e71a3550b78bc38894a2d30daca1dea23;hpb=1e6dc41bfb01eaf60ebe5eb2fab67a373819e344;p=dotfiles2.git diff --git a/zshrc b/zshrc index ccac342..a9f97e1 100644 --- a/zshrc +++ b/zshrc @@ -23,7 +23,15 @@ alias less='less --quiet' alias s='cd ..' alias df='df --human-readable' alias du='du --human-readable' + +alias egrep='egrep --color=tty -d skip' +alias egrpe='egrep --color=tty -d skip' +alias fgrep='fgrep --color=tty -d skip' +alias fgrpe='fgrep --color=tty -d skip' +alias grep='grep --color=tty -d skip' +alias grpe='grep --color=tty -d skip' alias grep='grep --color=auto' + alias aterm='aterm -sb -sl 2000 -bg black -fg white' # ssh + UTF-8 # alias ssh='LC_ALL=fr_FR luit ssh' @@ -292,4 +300,7 @@ $PR_CYAN$PR_SHIFT_IN$PR_HBAR$PR_SHIFT_OUT$PR_NO_COLOUR ' setprompt alias krypton='ssh toutoune25@miskin.fr' - +if [ -x /usr/games/fortune ]; then + /usr/games/fortune /usr/share/games/fortunes/debian-hints + echo "" +fi