diff --git a/.zshrc b/.zshrc index a25e9c4..9ac178d 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,3 @@ -# If you come from bash you might have to change your $PATH. -# export PATH=$HOME/bin:/usr/local/bin:$PATH autoload -Uz compinit compinit @@ -14,10 +12,6 @@ export ZSH="$HOME/.oh-my-zsh" #GO export PATH=$PATH:/usr/local/go/bin -# Set name of the theme to load --- if set to "random", it will -# load a random theme each time oh-my-zsh is loaded, in which case, -# to know which specific one was loaded, run: echo $RANDOM_THEME -# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes ZSH_THEME="custom" # Set list of themes to pick from when loading at random @@ -53,11 +47,7 @@ ZSH_THEME="custom" # Uncomment the following line to enable command auto-correction. # ENABLE_CORRECTION="true" -# Uncomment the following line to display red dots whilst waiting for completion. -# You can also set it to another string to have that shown instead of the default red dots. -# e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f" -# Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765) -# COMPLETION_WAITING_DOTS="true" +COMPLETION_WAITING_DOTS="true" # Uncomment the following line if you want to disable marking untracked files # under VCS as dirty. This makes repository status check for large repositories