Skip to content

Commit

Permalink
New windows env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhwaans committed Feb 1, 2018
1 parent 3480f51 commit 32dba0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule ".rbenv"]
path = .rbenv
url = git@github.com:rbenv/rbenv.git
[submodule ".jenv"]
path = .jenv
url = git@github.com:gcuisinier/jenv.git
6 changes: 5 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
alias subl='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl'

alias win_subl="/mnt/c/Program\ Files/Sublime\ Text\ 3/sublime_text.exe"

alias showFiles='defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app'

alias hideFiles='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app'
Expand All @@ -8,7 +10,9 @@ export EDITOR=/usr/bin/vim

export ADOTDIR=$HOME/.zsh/bundle

#OLD export JAVA_HOME=/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
export WINDOWS_HOME=/mnt/c/Users/:$LOGIN

#DEPRECATED export JAVA_HOME=/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
export JAVA_HOME=$(/usr/libexec/java_home)

export SPARK_HOME=/usr/local/Cellar/apache-spark/2.1.0/libexec
Expand Down

0 comments on commit 32dba0c

Please sign in to comment.