Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
e85ecf95
Unverified
Commit
e85ecf95
authored
May 23, 2020
by
Janek
Committed by
GitHub
May 23, 2020
Browse files
Use oh-my-zsh path variables in zshrc.zsh-template (#8960)
parent
24c2b755
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/zshrc.zsh-template
View file @
e85ecf95
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment