diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/zshrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index 15165ca8..31df0116 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc | |||
@@ -421,8 +421,12 @@ swap() { | |||
421 | mv -v ${tmpfile} ${f2} | 421 | mv -v ${tmpfile} ${f2} |
422 | } | 422 | } |
423 | 423 | ||
424 | ls() { | ||
425 | eza --binary --git --time-style=iso --all --header --group-directories-first $@ | less --mouse -FR | ||
426 | } | ||
427 | |||
424 | l() { | 428 | l() { |
425 | exa --binary --git --time-style=iso --long --all --header --group-directories-first --colour=always $@ | less --mouse -FR | 429 | ls --long |
426 | } | 430 | } |
427 | 431 | ||
428 | re() { | 432 | re() { |