X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=.bash_aliases;h=70ae41dd96be167d86dc919983eeb366b514029b;hb=bda4bee8d5017781bf5499c0b0259cef91775afb;hp=15b228076d66212996e9e945dd2224412630b50b;hpb=5d1c6ea5861e4ee72076bedc6208a09d97931ae1;p=config-20-100.git diff --git a/.bash_aliases b/.bash_aliases index 15b2280..70ae41d 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -126,6 +126,9 @@ alias cal='ncal -bM' # (à savoir créer une branche et la supprimer) alias shakegit='git checkout -b shakegitbranch && git push origin shakegitbranch && git checkout master && git branch -d shakegitbranch && git push origin :shakegitbranch' +# Pour remplacer les tabs par des espaces sous nano +alias nanotabs='nano -ET4' + # +--------+ # | Divers | # +--------+ @@ -156,7 +159,7 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo alias tailprocmail='tail -f ~/.procmail/logs/procmail.log' # Pour réveiller la carte éthernet quand elle déconne -alias rebooteth0='rmmod atl1c; modprobe atl1c' +alias rebooteth0='rmmod atl1c; rmmod ath9k; modprobe atl1c; modprobe ath9k' # +------------+