Skip to content

Commit

Permalink
Disable update prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
cbachhuber committed Jan 23, 2022
1 parent 523f3fd commit eb0ad90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ source $ZSH/oh-my-zsh.sh
# Remove hostname from beginning of every line
#prompt_context() {}

# Don't ask for permission when updating
DISABLE_UPDATE_PROMPT=true

# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

Expand Down

0 comments on commit eb0ad90

Please sign in to comment.