view zshrc-centos @ 95:efa07c8367eb

remove the -t option for world updates - too much clutter
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 07 Jun 2016 06:57:15 +0200
parents e91d7b23a31f
children 75e3f2d8368c
line wrap: on
line source

#
# 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 "$@" }