1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-14 19:03:09 +00:00

Update executable_dot_zshrc

This commit is contained in:
Thomas A. Christensen II 2021-10-12 17:22:28 -05:00
parent 58344c1e30
commit 72857ec291

View file

@ -107,7 +107,9 @@ alias zshconfig="$EDITOR ~/.zshrc"
source $HOME/.aliases
# Import GNU parallel
source $(which env_parallel.zsh)
if [ $(command -v env_parallel.zsh) ]; then
source $(which env_parallel.zsh)
fi
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh