From 3bf092ba267e741ca358ba0688e1a08f37a9f831 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 20 Sep 2023 21:00:16 +0200 Subject: ... --- accounts/gkleen@sif/zshrc | 6 +++++- user-profiles/utils.nix | 2 +- 2 files changed, 6 insertions(+), 2 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() { mv -v ${tmpfile} ${f2} } +ls() { + eza --binary --git --time-style=iso --all --header --group-directories-first $@ | less --mouse -FR +} + l() { - exa --binary --git --time-style=iso --long --all --header --group-directories-first --colour=always $@ | less --mouse -FR + ls --long } re() { diff --git a/user-profiles/utils.nix b/user-profiles/utils.nix index 775b9339..5990c67f 100644 --- a/user-profiles/utils.nix +++ b/user-profiles/utils.nix @@ -62,7 +62,7 @@ in { }; home.packages = with pkgs; [ - autossh usbutils pciutils exa silver-searcher pwgen xkcdpass + autossh usbutils pciutils eza silver-searcher pwgen xkcdpass unzip magic-wormhole qrencode tty-clock dnsutils openssl sshfs psmisc mosh tree vnstat file pv bc zip nmap aspell aspellDicts.de aspellDicts.en borgbackup man-pages rsync socat -- cgit v1.2.3