Skip to content

Commit

Permalink
Disable zsh's update prompt
Browse files Browse the repository at this point in the history
pkissling committed Aug 6, 2024
1 parent 6491a5a commit 221782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ export ZSH=~/.oh-my-zsh
source $ZSH/oh-my-zsh.sh

# configure zsh
export DISABLE_AUTO_UPDATE=true
export DISABLE_UPDATE_PROMPT=true
export DISABLE_MAGIC_FUNCTIONS=true
export HYPHEN_INSENSITIVE=true
export ZSH_COMPDUMP=$ZSH/cache/.zcompdump-$HOST

0 comments on commit 221782d

Please sign in to comment.