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'
setprompt
alias krypton='ssh toutoune25@miskin.fr'
-
+if [ -x /usr/games/fortune ]; then
+ /usr/games/fortune /usr/share/games/fortunes/debian-hints
+ echo ""
+fi