changeset 44:aeab5ab060f5

removal of the ll alias is done up in the tolevel zshrc
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 04 Mar 2014 08:55:52 +0100
parents 9fa883dc39e0
children e91d7b23a31f
files zshrc-gentoo
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-gentoo	Tue Mar 04 08:55:15 2014 +0100
+++ b/zshrc-gentoo	Tue Mar 04 08:55:52 2014 +0100
@@ -18,11 +18,6 @@
 
 # custom functions for gentoo
 kcs() { source $HOME/.keychain/${HOST}-sh }
-
-if [ "`alias | grep 'll='`" != "" ]; then
-    unalias ll
-fi
 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more }
-
 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" }
 service() { /etc/init.d/"$@" }