Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dlikhten committed Sep 30, 2019
1 parent c094fae commit bd02adb
Show file tree
Hide file tree
Showing 3 changed files with 1,480 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bash_alias
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alias vim='mvim'
alias dotfiles='cd ~/repos/dotfiles'
alias dotfiles='cd ~/developer/src/dotfiles'
alias vimconf='cd ~/.vim'
alias ls='ls -G'
alias clear='echo "use command+k"'
Expand Down
10 changes: 5 additions & 5 deletions .exports
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ export HISTCONTROL=ignoredups

# use vi for the bash command line
export JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Home/"
export EC2_PRIVATE_KEY=`ls ~/.ec2/pk-*.pem`
export EC2_CERT=`ls ~/.ec2/cert-*.pem`
export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.5.2.5/jars"
export EC2_AMITOOL_HOME="/usr/local/Cellar/ec2-ami-tools/1.3-45758/jars"
#export EC2_PRIVATE_KEY=`ls ~/.ec2/pk-*.pem`
#export EC2_CERT=`ls ~/.ec2/cert-*.pem`
#export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.5.2.5/jars"
#export EC2_AMITOOL_HOME="/usr/local/Cellar/ec2-ami-tools/1.3-45758/jars"

# path
export PATH=~/Developer/bin:~/Developer/usr/bin:/usr/local/sbin:$PATH
export PATH=~/developer/bin:~/developer/usr/bin:/usr/local/sbin:$PATH

export JAVA_HOME=$(/usr/libexec/java_home)

Expand Down
Loading

0 comments on commit bd02adb

Please sign in to comment.