Skip to content

Instantly share code, notes, and snippets.

@dongyuwei
Created July 11, 2019 02:18
Show Gist options
  • Save dongyuwei/add2ba99c0697d881dedb01d9a01f047 to your computer and use it in GitHub Desktop.
Save dongyuwei/add2ba99c0697d881dedb01d9a01f047 to your computer and use it in GitHub Desktop.
cat ~/.config/fish/config.fish
set HOMEBREW_NO_AUTO_UPDATE 1
alias st "git status"
alias tigf "tig --follow"
set -gx LC_ALL en_GB.UTF-8
set -gx ANDROID_HOME ~/Library/Android/sdk
set -gx ANDROID_SDK_ROOT ~/Library/Android/sdk
set -gx ANDROID_NDK ~/Library/Android/sdk/ndk-bundle
set -gx ANDROID_NDK_HOME ~/Library/Android/sdk/ndk-bundle
set -gx PATH ~/dev/dart-sdk/bin ~/.cargo/bin ~/dev/mitmproxy-4.0.1-osx ~/.bazel/bin ~/Library/Android/sdk/tools/bin ~/Library/Android/sdk/platform-tools /Users/yuwdong/Library/Android/sdk/emulator ~/Library/Android/sdk/ndk-bundle ~/code/mobile/flutter/bin/ /usr/local/Cellar/erlang/21.2.7/bin/ ~/.erlangInstaller/20.0/bin/ ~/.cache/rebar3/bin ~/dev/elixir/bin ~/dev/phantomjs-2.1.1-macosx/bin/ ~/dev/KindleGen_Mac_i386_v2_9/ $PATH
set -gx ERL_AFLAGS "-kernel shell_history enabled"
set -gx PATH $HOME/.rbenv/bin $PATH
set -gx PATH $HOME/.rbenv/shims $PATH
rbenv rehash >/dev/null ^&1
set -gx ERL_AFLAGS "-kernel shell_history enabled"
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment