Mercurial > hg > zsh-env
comparison 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 |
comparison
equal
deleted
inserted
replaced
167:2ab4c6b83044 | 168:75e3f2d8368c |
---|---|
1 # | 1 # |
2 # zshrc-centos: CentOS specific initialization | 2 # zshrc-centos: CentOS specific initialization |
3 # | 3 # |
4 | 4 |
5 # custom functions for CentOS | 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 "$@" } |