Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/derekwyatt/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwyatt committed Jan 18, 2013
2 parents 226da71 + d2be2ce commit 67a202c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions zshrc
Expand Up @@ -16,7 +16,7 @@ ZSH_THEME=""
# Uncomment following line if you want red dots to be displayed while waiting for completion
COMPLETION_WAITING_DOTS="true"

if [[ -z ${MY_SHELL_LEVEL:-0} ]]; then
if [[ -z ${MY_SHELL_LEVEL} ]]; then
export MY_SHELL_LEVEL=0
else
export MY_SHELL_LEVEL=$(($MY_SHELL_LEVEL+1))
Expand All @@ -39,7 +39,7 @@ unsetopt nomatch
unsetopt correct_all

if [ $(uname) = Darwin ]; then
export PATH=.:~/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
export PATH=.:~/bin:/usr/local/bin:/usr/loal/Cellar/smlnj/110.75/libexec/bin:/usr/sbin:/usr/bin:/sbin:/bin
else
alias open=gnome-open
export PATH=.:buildutil:~/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Expand All @@ -48,6 +48,8 @@ fi
export GPGKEY=B2F6D883
export GPG_TTY=$(tty)

export SBT_OPTS=-XX:PermSize=256M

export EDITOR=vim

if which dircolors > /dev/null; then
Expand Down

0 comments on commit 67a202c

Please sign in to comment.