]> gitweb.pimeys.fr Git - config-20-100.git/commitdiff
Merge branch 'master' into perso
authorVincent Le Gallic <legallic@crans.org>
Sat, 28 Sep 2013 22:50:26 +0000 (00:50 +0200)
committerVincent Le Gallic <legallic@crans.org>
Sat, 28 Sep 2013 22:50:26 +0000 (00:50 +0200)
Conflicts:
.bash_aliases

.bash_aliases

index 0d7bf351c19fc115e71ee98ee617fbd3ff6c0f00..537f2bc9b5bff694e028841c82dc4a5e80a82c2f 100644 (file)
@@ -81,7 +81,7 @@ alias who2b='ssh -t vo who2b'
 # Permet d'aliaser les commandes dans lesquelles on pipe usuellement
 # pour qu'elle marche aussi quand elles sont précédées d'une espace insécable.
 
-for commande in grep egrep fgrep wc tail head less
+for commande in grep egrep fgrep wc tail head less sed awk xargs sort uniq
 do
   alias  $commande=$commande
 done