diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 9de4fe3..65bd147 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -4,10 +4,7 @@ # Path to your Oh My Zsh installation. export ZSH="$HOME/.oh-my-zsh" -# 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 +# Set name of the theme to load ZSH_THEME="spaceship" # Uncomment the following line to use case-sensitive completion. @@ -48,22 +45,10 @@ ZSH_THEME="spaceship" # much, much faster. # 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. -# You can set one of the optional three formats: -# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" -# or set a custom format using the strftime function format specifications, -# see 'man strftime' for details. -# HIST_STAMPS="mm/dd/yyyy" - -# Would you like to use another custom folder than $ZSH/custom? -# ZSH_CUSTOM=/path/to/new-custom-folder - -# Which plugins would you like to load? -# Standard plugins can be found in $ZSH/plugins/ -# Custom plugins may be added to $ZSH_CUSTOM/plugins/ -# Example format: plugins=(rails git textmate ruby lighthouse) -# Add wisely, as too many plugins slow down shell startup. +# Plugins +# Custom plugins added to $ZSH_CUSTOM/plugins/ +# - https://github.com/zsh-users/zsh-autosuggestions +# - https://github.com/zsh-users/zsh-syntax-highlighting.git plugins=(fzf sdk nodenv zsh-autosuggestions zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh