X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=.bash_aliases;h=7c1d5a0fbb9f77fcfaf9c5492f305512e55cbf0d;hb=3e249cfb35891b5b244b8fe9fa1862c94e2b304d;hp=1862250a1952d3ca890bcd726ec283146047c173;hpb=0f27c3e781c44bd546f2b7d23a792114f3bbfaac;p=config-20-100.git diff --git a/.bash_aliases b/.bash_aliases index 1862250..7c1d5a0 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -109,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' + # +--------+ @@ -140,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' # +------------+