summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-09-20 22:03:39 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-09-20 22:03:39 +0200
commit2fc4db30eacefc582e2f12d28996627ab47fe310 (patch)
tree4919d88fb22a0b1e5d557de43bdf90fe6ffc29af /accounts/gkleen@sif
parent4034a21bb9e6d76514c054ed0194290ec99494ba (diff)
downloadnixos-2fc4db30eacefc582e2f12d28996627ab47fe310.tar
nixos-2fc4db30eacefc582e2f12d28996627ab47fe310.tar.gz
nixos-2fc4db30eacefc582e2f12d28996627ab47fe310.tar.bz2
nixos-2fc4db30eacefc582e2f12d28996627ab47fe310.tar.xz
nixos-2fc4db30eacefc582e2f12d28996627ab47fe310.zip
...
Diffstat (limited to 'accounts/gkleen@sif')
-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 31df0116..80f58a60 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -422,11 +422,11 @@ swap() {
422} 422}
423 423
424ls() { 424ls() {
425 eza --binary --git --time-style=iso --all --header --group-directories-first $@ | less --mouse -FR 425 eza --all --group-directories-first $@ | less --mouse -FR
426} 426}
427 427
428l() { 428l() {
429 ls --long 429 ls --long --binary --git --time-style=iso --header
430} 430}
431 431
432re() { 432re() {