X-Git-Url: http://gitweb.pimeys.fr/?p=config-20-100.git;a=blobdiff_plain;f=.bash_aliases;h=7ec88c04fdb1c193d32cd310e9c638a0275d791c;hp=15b228076d66212996e9e945dd2224412630b50b;hb=HEAD;hpb=93ad74edb3c613f83fbc46cfff323fd7b0738f55 diff --git a/.bash_aliases b/.bash_aliases index 15b2280..7ec88c0 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' # +------------+ @@ -181,3 +184,6 @@ alias tailftp='tail -n 100 -f /var/log/pure-ftpd/transfer.log | /home/vincent/sc # backup-manager alias uploadbackups='backup-manager --upload' + +# xclip fout pas dans le bon presse-papier par défaut +alias xclip='xclip -selection clipboard'