Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
9e81b79d
Commit
9e81b79d
authored
Jun 16, 2016
by
Marc Cornellà
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder zshrc template
parent
136a8343
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
zshrc.zsh-template
templates/zshrc.zsh-template
+8
-7
No files found.
templates/zshrc.zsh-template
View file @
9e81b79d
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Set name of the theme to load. Optionally, if you set this to "random"
# Look in ~/.oh-my-zsh/themes/
# it'll load a random theme each time that oh-my-zsh is loaded.
# Optionally, if you set this to "random", it'll load a random theme each
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
ZSH_THEME="robbyrussell"
# Uncomment the following line to use case-sensitive completion.
# Uncomment the following line to use case-sensitive completion.
...
@@ -51,13 +53,12 @@ ZSH_THEME="robbyrussell"
...
@@ -51,13 +53,12 @@ ZSH_THEME="robbyrussell"
# Add wisely, as too many plugins slow down shell startup.
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
plugins=(git)
source $ZSH/oh-my-zsh.sh
# User configuration
# User configuration
# export PATH="/usr/bin:/bin:/usr/sbin:/sbin:$PATH"
# export MANPATH="/usr/local/man:$MANPATH"
# export MANPATH="/usr/local/man:$MANPATH"
source $ZSH/oh-my-zsh.sh
# You may need to manually set your language environment
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# export LANG=en_US.UTF-8
...
...
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