Disable zsh auto update
This commit is contained in:
parent
4fdc19c55c
commit
23138c1dc9
1
zshrc
1
zshrc
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# Path to the dotfiles
|
# Path to the dotfiles
|
||||||
DOTFILES=$HOME/.config/dotfiles
|
DOTFILES=$HOME/.config/dotfiles
|
||||||
|
DISABLE_AUTO_UPDATE="true"
|
||||||
|
|
||||||
# Path to your oh-my-zsh configuration
|
# Path to your oh-my-zsh configuration
|
||||||
ZSH=$HOME/.config/oh-my-zsh
|
ZSH=$HOME/.config/oh-my-zsh
|
||||||
|
|
Loading…
Reference in New Issue