added dircolors and updated paru alias

This commit is contained in:
PowerUser64 2021-09-06 17:55:39 -07:00
parent 6d2b03d2f8
commit b01adf63d1

6
.zshrc
View file

@ -73,7 +73,7 @@
diff="diff --color=auto" \ diff="diff --color=auto" \
ccat="highlight --out-format=ansi" \ ccat="highlight --out-format=ansi" \
pacman="pacman --color=auto" \ 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) >>> ## Mini short-hand scripts (ex: la = ls -a) >>>
# dotfile management # dotfile management
@ -379,6 +379,10 @@
zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors zinit snippet 'https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-onedark.sh' # onedark shell colors
fi fi
zinit load "romkatv/powerlevel10k" 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 [[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
} }
# <<< # <<<