comparison 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
comparison
equal deleted inserted replaced
44:aeab5ab060f5 45:e91d7b23a31f
1 #
2 # zshrc-centos: CentOS specific initialization
3 #
4
5 # custom functions for CentOS
6 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more }
7 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" }