forked from atomantic/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.shellvars
25 lines (21 loc) · 1.05 KB
/
.shellvars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Set Sublime Text as our default command line editor (vi is the default otherwise)
export EDITOR='subl -w'
#########################################################################
# Temporary aliases useful for demos, other current projects
#########################################################################
export MYTEMP=~/Documents/Temp
export MYCODE=~/Documents/Code
export MYSCRATCH=~/Documents/Temp/Scratch
export MYDOWNLOADS=~/Downloads
export MYDOCUMENTS=~/Documents
export MYDEVAPPS=/Applications/Dev
#########################################################################
# Tool paths
#########################################################################
export CLOJURE_HOME=/Applications/Dev/clojure
export EC2_HOME=/Applications/Dev/ec2-api-tools-1.3-46266
export JAVA_HOME=/Library/Java/Home
#export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
#########################################################################
# Tool settings
#########################################################################