Skip to content

Commit

Permalink
Sync .bashrc with home PC
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Apr 6, 2012
1 parent 09dc196 commit 7f9be74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ HISTSIZE=1000000
HISTCONTROL=ignoredups
#shopt -s histappend

# Default editor
if [ -f /usr/bin/mcedit ]; then
export EDITOR=/usr/bin/mcedit
else
export EDITOR=/usr/bin/nano
fi

# Java JDK dir for PHPStorm
export WEBIDE_JDK=/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre

0 comments on commit 7f9be74

Please sign in to comment.