mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-22 05:29:54 +00:00
Add env_parallel support to zsh
This commit is contained in:
parent
a9f8e40cfd
commit
722416e43b
1 changed files with 3 additions and 0 deletions
|
@ -106,5 +106,8 @@ source $HOME/.envvar
|
|||
alias zshconfig="$EDITOR ~/.zshrc"
|
||||
source $HOME/.aliases
|
||||
|
||||
# Import GNU parallel
|
||||
source $(which env_parallel.zsh)
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
|
Loading…
Reference in a new issue