Skip to content

Commit

Permalink
cleanup path
Browse files Browse the repository at this point in the history
  • Loading branch information
Toon Willems committed Aug 25, 2012
1 parent 5ac7bb6 commit 785f070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ setup zshrc "$HOME/.zshrc"

echo "updating Bundles"
vim +BundleInstall! +qall

reset
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ colors

setopt prompt_subst
PROMPT='[%T]%{$fg[red]%} %n@%m %{$fg_bold[green]%}${PWD/#$HOME/~}%{$reset_color%} %(?.✔.✗) '
export PATH=".:/usr/local/bin/:/usr/local/sbin/:/usr/local/Modules/3.2.9/bin/:$PATH"
export PATH=".:/usr/local/bin/:/usr/local/sbin/:$PATH"

# Mac specific thingies
platform=$(uname -a)
Expand Down

0 comments on commit 785f070

Please sign in to comment.