Skip to content

Instantly share code, notes, and snippets.

@henriqwe
Last active September 26, 2023 19:36
Show Gist options
  • Save henriqwe/9f0a85a759f19b10ec43ed929856069e to your computer and use it in GitHub Desktop.
Save henriqwe/9f0a85a759f19b10ec43ed929856069e to your computer and use it in GitHub Desktop.

Variaveis de ambiente fish

set -Ux ANDROID_HOME $HOME/Android/Sdk
set -U fish_user_paths $ANDROID_HOME/emulator $fish_user_paths
set -U fish_user_paths $ANDROID_HOME/tools $fish_user_paths
set -U fish_user_paths $ANDROID_HOME/tools-bin $fish_user_paths
set -U fish_user_paths $ANDROID_HOME/platform-tools $fish_user_paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment