mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
Update executable_dot_zshrc
This commit is contained in:
parent
58344c1e30
commit
72857ec291
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue