summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index 86759def..f095ee21 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -368,12 +368,10 @@ swap() {
368 mv -v ${tmpfile} ${f2} 368 mv -v ${tmpfile} ${f2}
369} 369}
370 370
371unalias l
372l() { 371l() {
373 exa --binary --git --time-style=iso --long --all --header --group-directories-first --colour=always $@ 372 exa --binary --git --time-style=iso --long --all --header --group-directories-first --colour=always $@
374} 373}
375 374
376unalias ll
377ll() { 375ll() {
378 l $@ | less --mouse -FR 376 l $@ | less --mouse -FR
379} 377}