From e020ae7784364f9a29b01dfc785b503f1adc0e87 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 19 Dec 2014 12:39:25 +0100 Subject: [PATCH] zshrc: drop j alias (used for 'jobs -l') [Closes: issue1338] Single key aliases shouldn't be part of our default configuration, instead they should be personal preferences. --- etc/zsh/zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index a97441c..ebe2b1c 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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} -- 2.1.4