Mercurial > hg > zsh-env
diff zshrc-centos @ 45:e91d7b23a31f
new zshrc with custom stuff for CentOS
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 04 Mar 2014 08:56:13 +0100 |
parents | |
children | 75e3f2d8368c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zshrc-centos Tue Mar 04 08:56:13 2014 +0100 @@ -0,0 +1,7 @@ +# +# zshrc-centos: CentOS specific initialization +# + +# custom functions for CentOS +ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more } +lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" }