diff zshrc-gentoo @ 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 68edc97253fa
children 757255b99cff
line wrap: on
line diff
--- a/zshrc-gentoo	Sat Mar 28 02:34:26 2020 +0100
+++ b/zshrc-gentoo	Sat Apr 04 03:15:18 2020 +0200
@@ -33,6 +33,3 @@
 	eval $CMD
 }
 kcs() { source $HOME/.keychain/${HOST}-sh }
-ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more }
-lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" }
-service() { /etc/init.d/"$@" }