Skip to content

Commit

Permalink
Update bash_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
vpassapera committed Feb 9, 2014
1 parent 918a701 commit f8f068d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export BASH_IT_THEME='candy_redone'
export GIT_HOSTING='vpassapera@github.com'

# Set my editor and git editor
export EDITOR="/usr/bin/mate -w"
export GIT_EDITOR='/usr/bin/mate -w'
export EDITOR="/usr/bin/nano"
export GIT_EDITOR='/usr/bin/nano'

# Set the path nginx
export NGINX_PATH='/opt/nginx'
Expand Down

0 comments on commit f8f068d

Please sign in to comment.