diff --git a/config - zshrc.md b/config - zshrc.md index 0e23d4e..b65edbe 100644 --- a/config - zshrc.md +++ b/config - zshrc.md @@ -7,12 +7,17 @@ I have this in so many places and I need to have a solid reference of a working ```sh # Exports -export PATH=$HOME/bin:/usr/local/bin:$PATH + +export PATH=$HOME/bin:/usr/local/bin:$HOME/.local/bin:$PATH export ZSH="$HOME/.oh-my-zsh" ZSH_THEME="powerlevel10k/powerlevel10k" POWERLEVEL9K_MODE="nerdfont-complete" plugins=(git zsh-autosuggestions zsh-syntax-highlighting) + +# Store `.zcompdump` files in the ZSH cache directory, where they belong +export ZSH_COMPDUMP=$ZSH/cache/completions/.zcompdump-$HOST + source $ZSH/oh-my-zsh.sh # User-defined Aliases and Functions