zshrc: set ZSH_COMPDUMP
This commit is contained in:
parent
21cf4282f7
commit
626ae6dba7
4
.zshrc
4
.zshrc
@ -4,9 +4,11 @@
|
||||
|
||||
[ ! -d ~/.oh-my-zsh ] && sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
|
||||
|
||||
ZSH_DISABLE_COMPFIX=true
|
||||
|
||||
ZSH=$HOME/.oh-my-zsh
|
||||
ZSH_CACHE_DIR="$ZSH/cache"
|
||||
ZSH_COMPDUMP="~/.zcompdump"
|
||||
ZSH_DISABLE_COMPFIX=true
|
||||
|
||||
[ -z "$IN_NIX_SHELL" ] && . $HOME/.asdf/asdf.sh
|
||||
# necessary to include "/usr/share/zsh/"$(zsh --version| cut -d ' ' -f2)/functions"
|
||||
|
Loading…
Reference in New Issue
Block a user