summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/zshrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index 993fb94a..7ee24452 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -369,11 +369,7 @@ swap() {
369} 369}
370 370
371l() { 371l() {
372 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 $@ | less --mouse -FR
373}
374
375ll() {
376 l $@ | less --mouse -FR
377} 373}
378 374
379alias '..'='cd ..' 375alias '..'='cd ..'