X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=.bash_aliases;h=3256a79c67c0a55f03e16e9eff92a0daf9670869;hb=eb53662813d1b1a64d5291d7bcc4e2e0484c7030;hp=92620790480c52e0cd6d52ff9e0b80d9adf9271c;hpb=2f78d3536293e7941c2a123f24dfe40771e2537b;p=config-20-100.git diff --git a/.bash_aliases b/.bash_aliases index 9262079..3256a79 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -31,6 +31,7 @@ fi # Alias ls alias ll='ls -alFh' +alias lld='ls -alFhd' alias la='ls -A' alias l='ls -CF' @@ -65,7 +66,7 @@ alias nexttv="ssh power \"service multicast next 'a<3'\"" alias mutekfet='ssh kfet "amixer set PCM,0 0%"' # sur zamok -alias whokfet='ssh zamok env LC_ALL=fr_FR.UTF-8 whokfet' +alias whokfet='ssh -t zamok env LC_ALL=fr_FR.UTF-8 whokfet' # sur vo alias who2b='ssh -t vo who2b' @@ -108,6 +109,9 @@ alias colordiff='colordiff -u' # Pour que mtr n'utilise pas l'interface graphique alias mtr='mtr -t' +# Pour que les semaines de cal commencent le Lundi +alias cal='ncal -bM' + # +--------+ @@ -139,6 +143,8 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo # (adapter le path de votre procmail.log si besoin) alias tailprocmail='tail -f ~/.procmail/logs/procmail.log' +# Pour réveiller la carte éthernet quand elle déconne +alias rebooteth0='rmmod atl1c; modprobe atl1c' # +------------+