Skip to content

Commit

Permalink
Added nodebrew PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
iriya-ufo committed Apr 7, 2016
1 parent 19e04ae commit 1f267e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Mac/.zshrc
@@ -1,6 +1,7 @@
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
export PATH=/usr/local/texlive/2014/bin/x86_64-darwin:/usr/texbin:$PATH
fpath=(~/.zsh/functions/Completion(N-/) /usr/local/share/zsh-completions /usr/local/share/zsh/functions ${fpath})

# 重複した PATH の削除
typeset -U path PATH
source $HOME/.zsh_common
Expand All @@ -18,6 +19,9 @@ export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/Devel
source /usr/local/bin/virtualenvwrapper.sh

# Nodebrew
export PATH=$HOME/.nodebrew/current/bin:$PATH

autoload -Uz cd-gitroot

if [[ $(uname) = "Darwin" ]]; then
Expand Down

0 comments on commit 1f267e0

Please sign in to comment.