Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
apucacao committed Oct 31, 2013
1 parent b12ecaf commit 93f0692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_profile
Expand Up @@ -88,6 +88,6 @@ if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi

if which rbenv > /dev/null; then eval "$(grunt --completion=bash)"; fi
if which grunt > /dev/null; then eval "$(grunt --completion=bash)"; fi

function serve { python -m SimpleHTTPServer "$@" ;}

0 comments on commit 93f0692

Please sign in to comment.