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 } # <<<