Skip to content

Commit

Permalink
Fix phpbin path
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Aug 13, 2013
1 parent 813ec06 commit d5abb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export SHELL='/bin/zsh'
# modules
export JS_CMD="node"
export NODE_PATH="/usr/local/lib/node_modules"
export PHP_PEAR_PHP_BIN="/usr/bin/php"
export PHP_PEAR_PHP_BIN="/usr/local/php5/bin/php"

# term colors
export CLICOLOR=1
Expand Down

0 comments on commit d5abb17

Please sign in to comment.