From 23476f8c4063a9372495d39d3c2c641cae460644 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 7 Oct 2021 20:32:02 -0700 Subject: [PATCH] zsh: updated aliases --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index fdad16d..51b3729 100644 --- a/.zshrc +++ b/.zshrc @@ -91,6 +91,9 @@ ccat="highlight --out-format=ansi" \ pacman="pacman --color=auto" \ paru="paru --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --skipreview" \ + + alias lsd="lsd --group-dirs=first" + # <<< ## Mini short-hand scripts (ex: la = ls -a) >>> # dotfile management @@ -148,7 +151,8 @@ lla='ls -lah' \ # find pretty much any file, quickly - alias fds='fd --hidden --exclude /run' + alias fds='fd --no-exclude --hidden --exclude /run' + # <<< } # <<<