-
Notifications
You must be signed in to change notification settings - Fork 78
/
shellvars
44 lines (37 loc) · 1.66 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/bin/sh
#########################################################################
# Temporary aliases useful for demos, other current projects
#########################################################################
export MYTEMP=~/Documents/Scratch
export MYCODE=~/Documents/Code
export MYARCHIVEDEV=~/Documents/Temp-ArchiveDisk
export MYARCHIVEAPPS=~/Documents/Temp-ArchiveDisk
export MYSCRATCH=~/Documents/Scratch
export MYPROCESS=~/Dropbox/Temp-Process
export MYDOWNLOADS=~/Downloads
export MYDOCUMENTS=~/Documents
export MYTEACH=~/Documents/Teach
export MYCOURSES=~/Documents/Teach/Courses
export MYDEVAPPS=/Applications/Dev
#########################################################################
# Tool paths
#########################################################################
export JAVA_HOME=/Library/Java/Home
#export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
#export APPENGINE_HOME=/Applications/Dev/appengine-java-sdk
#export CLOJURE_HOME=/Applications/Dev/clojure
#export EC2_HOME=/Applications/Dev/ec2-api-tools-1.3-46266
#export GRADLE_HOME=/Applications/Dev/gradle
#export GRAILS_HOME=/Applications/Dev/grails
#########################################################################
# Tool settings
#########################################################################
#export GRADLE_OPTS="-Dorg.gradle.daemon=true"
# Set the default pager to less
#export PAGER="less"
# Set less to have a default flag of -R (RAW) so color passes through
#export LESS="-R"
GPG_TTY=$(tty)
export GPG_TTY
export GOPATH=$HOME/go-workspace
#export GITHUB_TOKEN=`security find-internet-password -a matthewmccullough -s github.com -l 'ghi token' -w`