summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-09-23 20:42:29 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-09-23 20:42:29 +0200
commit667e8d25683d23b7e38955997551c3383efc3e6f (patch)
tree7c110867654529de56adf607c5f665df1b15e26c
parentd49feabf9684fdcb494231f229f5545885721948 (diff)
downloadnixos-667e8d25683d23b7e38955997551c3383efc3e6f.tar
nixos-667e8d25683d23b7e38955997551c3383efc3e6f.tar.gz
nixos-667e8d25683d23b7e38955997551c3383efc3e6f.tar.bz2
nixos-667e8d25683d23b7e38955997551c3383efc3e6f.tar.xz
nixos-667e8d25683d23b7e38955997551c3383efc3e6f.zip
...
-rw-r--r--accounts/gkleen@sif/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index 0772b88b..16079c89 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -422,11 +422,11 @@ swap() {
422} 422}
423 423
424ls() { 424ls() {
425 exa --all --group-directories-first $@ | less --mouse -FR 425 exa --all --group-directories-first --colour=always $@ | less --mouse -FR
426} 426}
427 427
428l() { 428l() {
429 ls --long --binary --git --time-style=iso --header 429 ls --long --binary --git --time-style=iso --header $@
430} 430}
431 431
432re() { 432re() {