Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Semmler
dotfiles
Commits
3f45a81d
Commit
3f45a81d
authored
12 years ago
by
hukl
Browse files
Options
Downloads
Patches
Plain Diff
put /usr/local/bin ahead of the path and added rvm support
parent
b7d4c84c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.zshrc
+4
-1
4 additions, 1 deletion
.zshrc
with
4 additions
and
1 deletion
.zshrc
+
4
−
1
View file @
3f45a81d
export
ZSH
=
~/.zsh
source
~/.rvm/scripts/
'rvm'
PATH
=
$PATH
:
$HOME
/.rvm/bin
# Add RVM to PATH for scripting
PATH
=
/usr/local/bin:
$PATH
# Load all of the config files in ~/oh-my-zsh that end in .zsh
for
config_file
(
$ZSH
/lib/
*
.zsh
)
source
$config_file
# Load and run compinit
autoload
-U
compinit
compinit
-i
\ No newline at end of file
compinit
-i
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment