From b01adf63d154c0ef5fa6323fc44de96be1667921 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Mon, 6 Sep 2021 17:55:39 -0700 Subject: [PATCH] added dircolors and updated paru alias --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 70eb72b..564af14 100644 --- a/.zshrc +++ b/.zshrc @@ -73,7 +73,7 @@ diff="diff --color=auto" \ ccat="highlight --out-format=ansi" \ pacman="pacman --color=auto" \ - paru="paru --color=auto" \ + paru="paru --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup" \ # <<< ## Mini short-hand scripts (ex: la = ls -a) >>> # dotfile management @@ -379,6 +379,10 @@ zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors fi zinit load "romkatv/powerlevel10k" + zinit ice atclone"dircolors -b ./src/dir_colors > colors.zsh" \ + atpull'%atclone' pick"colors.zsh" nocompile'!' \ + atload'zstyle ":completion:*" list-colors “${(s.:.)LS_COLORS}”' + zinit light arcticicestudio/nord-dircolors [[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh } # <<<