# HG changeset patch # User Dirk Olmes # Date 1393919773 -3600 # Node ID e91d7b23a31fa58c11e6c1a74e3dfb13a4744d9b # Parent aeab5ab060f5680da44c6c77b820ce653a402907 new zshrc with custom stuff for CentOS diff -r aeab5ab060f5 -r e91d7b23a31f zshrc-centos --- /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 "$@" }