Last active
August 20, 2019 01:03
-
-
Save andersr/1349f23c572f33ae706eb1102cf0b22d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g -x fish_greeting '' | |
// set -g -x PATH /usr/local/bin $PATH | |
alias fconfig="code ~/.config/fish/config.fish" | |
alias freload="source ~/.config/fish/config.fish" | |
alias zl="cd /Users/andersjramsay/dev/zl" | |
alias gst="git status" | |
function g | |
git $argv | |
end | |
function gnew | |
git checkout -b $argv | |
end | |
# set -x ANDROID_HOME '$HOME/Library/Android/sdk/' | |
# set PATH $ANDROID_HOME/tools $PATH | |
# set PATH $ANDROID_HOME/platform-tools $PATH | |
set PATH ~/Library/Android/sdk/platform-tools $PATH | |
set PATH ~/Library/Android/sdk/platform-tools $PATH | |
set -gx PATH /Users/andersjramsay/.fastlane/bin /Users/andersjramsay/Library/Android/sdk/platform-tools /Users/andersjramsay/Library/Android/sdk/platform-tools /Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/bin /Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home//bin /usr/local/bin /usr/bin /bin /usr/sbin /sbin /usr/local/MacGPG2/bin /Users/andersjramsay/Library/Android/sdk/platform-tools | |
set PATH $HOME/.cargo/bin $PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment