]> gitweb.pimeys.fr Git - config-20-100.git/commitdiff
[.bash_aliases] nanotabs
authorVincent Le Gallic <legallic@crans.org>
Tue, 7 Jun 2016 01:13:04 +0000 (03:13 +0200)
committerVincent Le Gallic <legallic@crans.org>
Tue, 7 Jun 2016 01:13:04 +0000 (03:13 +0200)
.bash_aliases

index 15b228076d66212996e9e945dd2224412630b50b..4300e21850ec4e003d4cd1764c4915db7e5ca116 100644 (file)
@@ -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 |
 # +--------+