diff zshrc-centos @ 168:75e3f2d8368c

move the ll and lr functions into the general zshrc
author Dirk Olmes <dirk.olmes@codedo.de>
date Sat, 04 Apr 2020 03:15:18 +0200
parents e91d7b23a31f
children
line wrap: on
line diff
--- a/zshrc-centos	Sat Mar 28 02:34:26 2020 +0100
+++ b/zshrc-centos	Sat Apr 04 03:15:18 2020 +0200
@@ -3,5 +3,3 @@
 #
 
 # 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 "$@" }