zshrc: drop j alias (used for 'jobs -l') [Closes: issue1338]
authorMichael Prokop <mika@grml.org>
Fri, 19 Dec 2014 11:39:25 +0000 (12:39 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 19 Dec 2014 11:39:25 +0000 (12:39 +0100)
Single key aliases shouldn't be part of our default configuration,
instead they should be personal preferences.

etc/zsh/zshrc

index a97441c..ebe2b1c 100644 (file)
@@ -2955,8 +2955,6 @@ export COLORTERM="yes"
 # general
 #a2# Execute \kbd{du -sch}
 alias da='du -sch'
-#a2# Execute \kbd{jobs -l}
-alias j='jobs -l'
 
 # listing stuff
 #a2# Execute \kbd{ls -lSrah}