Updated PATH and added .zcompdump directory location
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user