diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 183790877..a20c2cbaf 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -32,7 +32,7 @@ ZSH_THEME="gnzh" # zstyle ':omz:update' frequency 13 # Uncomment the following line if pasting URLs and other text is messed up. -# DISABLE_MAGIC_FUNCTIONS="true" +DISABLE_MAGIC_FUNCTIONS="true" # Uncomment the following line to disable colors in ls. # DISABLE_LS_COLORS="true" @@ -47,12 +47,12 @@ ZSH_THEME="gnzh" # 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 # much, much faster. -# DISABLE_UNTRACKED_FILES_DIRTY="true" +DISABLE_UNTRACKED_FILES_DIRTY="true" # Uncomment the following line if you want to change the command execution time # stamp shown in the history command output. @@ -75,6 +75,7 @@ plugins=( alias-finder aliases autojump + colored-man-pages command-not-found common-aliases compleat @@ -83,10 +84,12 @@ plugins=( copypath dircycle docker + emoji extract fd jfrog man + tmux vscode ) @@ -94,7 +97,7 @@ source $ZSH/oh-my-zsh.sh # User configuration -# export MANPATH="/usr/local/man:$MANPATH" +export MANPATH="/usr/local/man:/usr/local/ssl/share/man:$MANPATH" # You may need to manually set your language environment # export LANG=en_US.UTF-8