updated fish config to include more directories in PATH

This commit is contained in:
Luddifee 2022-02-25 21:22:21 +01:00
parent 3cedbe2ac9
commit baaef61dd8
No known key found for this signature in database
GPG Key ID: 21AC8D2CC02D7CCC

View File

@ -38,6 +38,11 @@ end
alias rr="curl -s -L http://bit.ly/10hA8iC | bash"
function weather
curl wttr.in/$argv
curl wttr.in/
end
set -x ANDROID_SDK_ROOT $HOME/Android/Sdk
set -x PATH $PATH $ANDROID_SDK_ROOT/tools/bin
set -x PATH $PATH $ANDROID_SDK_ROOT/platform-tools
set -x PATH $PATH $ANDROID_SDK_ROOT/emulator
set -x PATH $PATH $HOME/.pub-cache/bin