zshrc: set ZSH_COMPDUMP

This commit is contained in:
surtur 2023-08-18 16:23:53 +02:00
parent 21cf4282f7
commit 626ae6dba7
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

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 -)" [ ! -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=$HOME/.oh-my-zsh
ZSH_CACHE_DIR="$ZSH/cache" ZSH_CACHE_DIR="$ZSH/cache"
ZSH_COMPDUMP="~/.zcompdump"
ZSH_DISABLE_COMPFIX=true
[ -z "$IN_NIX_SHELL" ] && . $HOME/.asdf/asdf.sh [ -z "$IN_NIX_SHELL" ] && . $HOME/.asdf/asdf.sh
# necessary to include "/usr/share/zsh/"$(zsh --version| cut -d ' ' -f2)/functions" # necessary to include "/usr/share/zsh/"$(zsh --version| cut -d ' ' -f2)/functions"