diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-03 16:28:53 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-01-03 16:28:53 +0100 |
commit | ae118521009cb22549dd5001a384af0c8020516d (patch) | |
tree | 8323452814b3e091d99846474154a68768e0170c /accounts/gkleen@sif/zshrc | |
parent | ca99aa7e845889c7bd915d8a3ff77b3e5b585643 (diff) | |
download | nixos-ae118521009cb22549dd5001a384af0c8020516d.tar nixos-ae118521009cb22549dd5001a384af0c8020516d.tar.gz nixos-ae118521009cb22549dd5001a384af0c8020516d.tar.bz2 nixos-ae118521009cb22549dd5001a384af0c8020516d.tar.xz nixos-ae118521009cb22549dd5001a384af0c8020516d.zip |
gkleen@sif: silence zshrc
Diffstat (limited to 'accounts/gkleen@sif/zshrc')
-rw-r--r-- | accounts/gkleen@sif/zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index 86759def..f095ee21 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc | |||
@@ -368,12 +368,10 @@ swap() { | |||
368 | mv -v ${tmpfile} ${f2} | 368 | mv -v ${tmpfile} ${f2} |
369 | } | 369 | } |
370 | 370 | ||
371 | unalias l | ||
372 | l() { | 371 | l() { |
373 | 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 $@ |
374 | } | 373 | } |
375 | 374 | ||
376 | unalias ll | ||
377 | ll() { | 375 | ll() { |
378 | l $@ | less --mouse -FR | 376 | l $@ | less --mouse -FR |
379 | } | 377 | } |