From 883cadce78615ef441d159cebfb40c304ddd5ba6 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 7 Oct 2021 22:29:32 -0700 Subject: [PATCH] zsh: fixed annoying post-init output thing --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 10b7539..3f49331 100644 --- a/.zshrc +++ b/.zshrc @@ -90,11 +90,11 @@ 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 + command -v lsd > /dev/null && alias ls=lsd # <<< ## Mini short-hand scripts (ex: la = ls -a) >>>