Mercurial > hg > zsh-env
comparison 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 |
comparison
equal
deleted
inserted
replaced
167:2ab4c6b83044 | 168:75e3f2d8368c |
---|---|
31 CMD="$CMD dev $1" | 31 CMD="$CMD dev $1" |
32 fi | 32 fi |
33 eval $CMD | 33 eval $CMD |
34 } | 34 } |
35 kcs() { source $HOME/.keychain/${HOST}-sh } | 35 kcs() { source $HOME/.keychain/${HOST}-sh } |
36 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more } | |
37 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" } | |
38 service() { /etc/init.d/"$@" } |