diff options
author | Janek <27jf@pm.me> | 2020-05-23 17:22:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-23 17:22:09 +0200 |
commit | e85ecf95a9332a8037840cd57d12142e4d860ee8 (patch) | |
tree | 032ddf345aec6ec1c50528d7edb861391085c5bc /templates | |
parent | 24c2b755ca74d43abed345e39b3878cdd4ab92ae (diff) | |
download | zsh-e85ecf95a9332a8037840cd57d12142e4d860ee8.tar.gz zsh-e85ecf95a9332a8037840cd57d12142e4d860ee8.tar.bz2 zsh-e85ecf95a9332a8037840cd57d12142e4d860ee8.zip |
Use oh-my-zsh path variables in zshrc.zsh-template (#8960)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index d16713ccb..0fa6d809e 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -12,7 +12,7 @@ ZSH_THEME="robbyrussell" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load -# a theme from this variable instead of looking in ~/.oh-my-zsh/themes/ +# a theme from this variable instead of looking in $ZSH/themes/ # If set to an empty array, this variable will have no effect. # ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" ) @@ -64,8 +64,8 @@ ZSH_THEME="robbyrussell" # ZSH_CUSTOM=/path/to/new-custom-folder # Which plugins would you like to load? -# Standard plugins can be found in ~/.oh-my-zsh/plugins/* -# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ +# 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=(git) |