comparison zshrc-gentoo @ 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 f5c6324fc952
children 1e38ed9eb354
comparison
equal deleted inserted replaced
43:9fa883dc39e0 44:aeab5ab060f5
16 alias es="ionice -c3 emerge --sync" 16 alias es="ionice -c3 emerge --sync"
17 alias wu="emerge -uvDa world" 17 alias wu="emerge -uvDa world"
18 18
19 # custom functions for gentoo 19 # custom functions for gentoo
20 kcs() { source $HOME/.keychain/${HOST}-sh } 20 kcs() { source $HOME/.keychain/${HOST}-sh }
21
22 if [ "`alias | grep 'll='`" != "" ]; then
23 unalias ll
24 fi
25 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more } 21 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more }
26
27 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" } 22 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" }
28 service() { /etc/init.d/"$@" } 23 service() { /etc/init.d/"$@" }