From 674b16cdeeb575bbca4f4c870f04e6b4a9d06f4b Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 7 Oct 2021 20:59:41 -0700 Subject: [PATCH] zsh: lsd is the default if it's installed now --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 51b3729..10b7539 100644 --- a/.zshrc +++ b/.zshrc @@ -90,10 +90,12 @@ diff="diff --color=auto" \ ccat="highlight --out-format=ansi" \ pacman="pacman --color=auto" \ - paru="paru --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --skipreview" \ + paru="paru --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --skipreview" alias lsd="lsd --group-dirs=first" + command -v lsd && alias ls=lsd + # <<< ## Mini short-hand scripts (ex: la = ls -a) >>> # dotfile management