-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
2 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ | |
"node", | ||
"ruby", | ||
"rust", | ||
"android", | ||
"aws" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,29 +3,13 @@ eval "$(nodenv init - 2> /dev/null)" | |
|
||
source /usr/local/bin/zz-completion.bash | ||
|
||
export ES_HOME="/usr/local/Cellar/elasticsearch/6.6.2/bin" | ||
export JAVA_HOME="/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home" | ||
|
||
export ANDROID_HOME="/Users/$USER/Library/Android/sdk" | ||
export ANDROID_SDK_HOME="/Users/$USER/Library/Android/sdk" | ||
export ANDROID_AVD_HOME="/Users/$USER/.android/avd" | ||
|
||
export PATH="$ES_HOME/bin:$JAVA_HOME/bin:$PATH" | ||
export PATH="$HOME/.cargo/bin:$PATH" | ||
export PATH="/usr/local/opt/[email protected]/bin:$PATH" | ||
export PATH="$ANDROID_HOME/tools:$PATH" | ||
export PATH="$ANDROID_HOME/platform-tools:$PATH" | ||
export PATH="$ANDROID_AVD_HOME:$PATH" | ||
export RUSTFLAGS="-A dead_code" | ||
|
||
export PS1="\w\[\033[33m\]\$(git_branch)\[\033[00m\] $ " | ||
export EDITOR=vim | ||
|
||
export GPG_TTY="$(tty)" | ||
export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh" | ||
|
||
export PS1="\w\[\033[33m\]\$(git_branch)\[\033[00m\] $ " | ||
|
||
export RUSTFLAGS="-A dead_code" | ||
|
||
alias :q="exit" | ||
|
||
alias gca="git commit --amend --no-edit" |