Compare commits

..

No commits in common. '2672981c7a8937af718a28e5672f557bf38c8ce6' and '2e89f8c4bce3a67ca2e19760066e22a9f95d4458' have entirely different histories.

  1. 31829
      karabiner/karabiner.json
  2. 1
      zsh/env.zsh

31829
karabiner/karabiner.json

File diff suppressed because it is too large Load Diff

1
zsh/env.zsh

@ -16,7 +16,6 @@ fi
case $OSTYPE in case $OSTYPE in
darwin*) darwin*)
export ANDROID_HOME="$HOME/Library/Android/sdk" export ANDROID_HOME="$HOME/Library/Android/sdk"
export PATH="$PATH:$ANDROID_HOME/platform-tools"
;; ;;
linux*) linux*)
export ANDROID_HOME="$HOME/Android/Sdk" export ANDROID_HOME="$HOME/Android/Sdk"

Loading…
Cancel
Save