Updated PATH and added .zcompdump directory location

This commit is contained in:
2024-02-18 14:20:02 -05:00
parent bf9e990492
commit 49e9459236

View File

@@ -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