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
b67961d8
Commit
b67961d8
authored
Sep 07, 2009
by
Robby Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating install process to copy your current environments PATH and adding it to…
Updating install process to copy your current environments PATH and adding it to the bottom of ~/.zshrc.
parent
44465ef4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
zshrc.zsh-template
templates/zshrc.zsh-template
+2
-3
install.sh
tools/install.sh
+3
-0
No files found.
templates/zshrc.zsh-template
View file @
b67961d8
...
...
@@ -5,7 +5,6 @@ export ZSH=$HOME/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="robbyrussell"
# Customize to your needs...
#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
source $ZSH/oh-my-zsh.sh
# Customize to your needs...
tools/install.sh
View file @
b67961d8
...
...
@@ -18,6 +18,9 @@ fi
echo
"Using the Oh My Zsh template file and adding it to ~/.zshrc"
cp
~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
echo
"Copying your current PATH and adding it to the end of ~/.zshrc for you."
echo
"export PATH=
$PATH
"
>>
~/.zshrc
echo
"Time to change your default shell to zsh!"
chsh
-s
/bin/zsh
...
...
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