1
I want to add Android SDK tools to my $PATH variable. I've entered the following to ~/.config/fish/config.fish:
set -x PATH $PWD/Documents/android-sdk-macosx/tools $PATH
set -x PATH $PWD/Documents/android-sdk-macosx/platform-tools $PATH
It works in the initial window when I start TotalTerminal, but when I open another tab (with Cmd+T), the path is not set, as if config.fish is not loaded when I open another tab. Any help?