Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
e85ecf95
Unverified
Commit
e85ecf95
authored
May 23, 2020
by
Janek
Committed by
GitHub
May 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use oh-my-zsh path variables in zshrc.zsh-template (#8960)
parent
24c2b755
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
zshrc.zsh-template
templates/zshrc.zsh-template
+3
-3
No files found.
templates/zshrc.zsh-template
View file @
e85ecf95
...
@@ -12,7 +12,7 @@ ZSH_THEME="robbyrussell"
...
@@ -12,7 +12,7 @@ ZSH_THEME="robbyrussell"
# Set list of themes to pick from when loading at random
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
# 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.
# If set to an empty array, this variable will have no effect.
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
...
@@ -64,8 +64,8 @@ ZSH_THEME="robbyrussell"
...
@@ -64,8 +64,8 @@ ZSH_THEME="robbyrussell"
# ZSH_CUSTOM=/path/to/new-custom-folder
# ZSH_CUSTOM=/path/to/new-custom-folder
# Which plugins would you like to load?
# Which plugins would you like to load?
# Standard plugins can be found in
~/.oh-my-zsh/plugins/*
# Standard plugins can be found in
$ZSH/plugins/
# Custom plugins may be added to
~/.oh-my-zsh/custom
/plugins/
# Custom plugins may be added to
$ZSH_CUSTOM
/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
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