Skip to content

Instantly share code, notes, and snippets.

@nacho4d
Created March 4, 2019 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nacho4d/b86d0aaaaf4e9b9c89e41d3bec940cb9 to your computer and use it in GitHub Desktop.
Save nacho4d/b86d0aaaaf4e9b9c89e41d3bec940cb9 to your computer and use it in GitHub Desktop.
My ~/.config/fish/config.fish
set -x LANGUAGE en_US.UTF-8
set -x LANG en_US.UTF-8
set -x LC_ALL en_US.UTF-8
set -x LESSCHARSET utf-8
# Dark terminal
set -Ux LSCOLORS gxfxbEaEBxxEhEhBaDaCaD
# Java Stuff
set -x JAVA_HOME (/usr/libexec/java_home -v 1.8)
# Android
set -x ANDROID_SDK_ROOT '/usr/local/share/android-sdk'
set -x ANDROID_HOME '/usr/local/share/android-sdk'
set -x PATH {$ANDROID_HOME}/tools $PATH
set -x PATH {$ANDROID_HOME}/platform-tools $PATH
alias mfp='/Users/ignacio/Documents/mfp/mfp'
# My aliases
alias code='open -a /Applications/Visual\ Studio\ Code.app/'⏎
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment