diff --git a/zsh/.zshrc b/zsh/.zshrc index 4562d08..3ab0a70 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -31,7 +31,7 @@ ZSH_THEME="intheloop" # HYPHEN_INSENSITIVE="true" # Uncomment the following line to disable bi-weekly auto-update checks. -# DISABLE_AUTO_UPDATE="true" +DISABLE_AUTO_UPDATE="true" # Uncomment the following line to automatically update without prompting. # DISABLE_UPDATE_PROMPT="true" @@ -119,7 +119,7 @@ if [ -f ~/.config/shell_aliases ]; then source ~/.config/shell_aliases fi -# setopt GLOBdots +setopt GLOBdots eval $(thefuck --alias)