summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-09-20 21:00:16 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-09-20 21:00:16 +0200
commit3bf092ba267e741ca358ba0688e1a08f37a9f831 (patch)
treef9f72213dffb66283e95d29ee0092ce5d6000c57 /accounts/gkleen@sif
parentd3cabb98d3d33345f0337b247b4c1e10c45cd044 (diff)
downloadnixos-3bf092ba267e741ca358ba0688e1a08f37a9f831.tar
nixos-3bf092ba267e741ca358ba0688e1a08f37a9f831.tar.gz
nixos-3bf092ba267e741ca358ba0688e1a08f37a9f831.tar.bz2
nixos-3bf092ba267e741ca358ba0688e1a08f37a9f831.tar.xz
nixos-3bf092ba267e741ca358ba0688e1a08f37a9f831.zip
...
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/zshrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index 15165ca8..31df0116 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -421,8 +421,12 @@ swap() {
421 mv -v ${tmpfile} ${f2} 421 mv -v ${tmpfile} ${f2}
422} 422}
423 423
424ls() {
425 eza --binary --git --time-style=iso --all --header --group-directories-first $@ | less --mouse -FR
426}
427
424l() { 428l() {
425 exa --binary --git --time-style=iso --long --all --header --group-directories-first --colour=always $@ | less --mouse -FR 429 ls --long
426} 430}
427 431
428re() { 432re() {