changeset 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 aeab5ab060f5
children 1cbbe8b41622
files zshrc-centos
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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 "$@" }