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, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index 91c177c3..adc7feb4 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -258,7 +258,7 @@ swap() {
258} 258}
259 259
260ls() { 260ls() {
261 eza --all --group-directories-first --colour=always $@ | less --mouse -FR 261 eza --all --group-directories-first --colour=always --sort=modified --smart-group $@ | less --mouse -FR
262} 262}
263 263
264l() { 264l() {