Skip to content

Commit

Permalink
updating path to Android emulator and removing vi alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittchen committed May 11, 2019
1 parent a062f4d commit 98860b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ if [ `uname` = "Linux" ]; then
alias yed="java -jar ~/Software/yed-3.18.1.1/yed.jar"

# android
export ANDROID_HOME=$DEV/android/android-sdk
export ANDROID_HOME=$HOME/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/platform-tools
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
Expand Down Expand Up @@ -254,7 +254,6 @@ alias trim="awk '{gsub(/^ +| +$/,\"\")}1'"
alias firstLine="head -n1"
alias lastLine="tail -n1"
alias excludeGrep="grep -v grep"
alias vi="vim"
alias countCpusWithPython="python -c 'import multiprocessing as mp; print(mp.cpu_count())'"
alias javaInfo="echo 'JAVA_HOME:' $JAVA_HOME && java -version"
alias lg="lazygit"
Expand Down

0 comments on commit 98860b4

Please sign in to comment.