forked from ryanb/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5459faf
commit 93ede16
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ COMPLETION_WAITING_DOTS="true" | |
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ | ||
# Example format: plugins=(rails git textmate ruby lighthouse) | ||
# plugins=(git rails rsync heroku rake bundler brew themes rbenv) | ||
plugins=(git rsync heroku rake bundler brew themes rbenv pyenv iterm2 zsh-autosuggestions) | ||
plugins=(git rails ruby rsync heroku brew themes rbenv iterm2 zsh-autosuggestions) | ||
|
||
|
||
source $ZSH/oh-my-zsh.sh | ||
|
@@ -71,8 +71,6 @@ export PROMPT="%(1j. %j .)$PROMPT" | |
export PATH="/Users/martin/.rbenv/shims:/Users/martin/.rbenv/bin:/Users/martin/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/share/npm/bin/:" | ||
export PATH="$HOME/.yarn/bin:$PATH" | ||
export PATH=$PATH:/usr/local/Cellar/gettext/0.20.1/bin | ||
export PATH="/usr/local/opt/[email protected]/bin:$PATH" | ||
export PATH="$HOME/Library/Python/2.7/bin:$PATH" | ||
|
||
export LC_ALL=en_US.UTF-8 | ||
|
||
|