Skip to content

Instantly share code, notes, and snippets.

@hajimehoshi
Created June 30, 2020 14:00
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 hajimehoshi/f1741b0c63e56dc1803b23b4bb83a359 to your computer and use it in GitHub Desktop.
Save hajimehoshi/f1741b0c63e56dc1803b23b4bb83a359 to your computer and use it in GitHub Desktop.
export PS1='\[\033[40;1;32m\]\u\[\033[2;32m\]@\[\033[0m\]\[\033[40;32m\]\h \[\033[1;36m\]\w\[\033[0m\] \n\\$ '
export ANDROID_HOME=~/Library/Android/sdk
export PATH=/usr/local/opt/ruby/bin:~/go/bin:~/flutter/bin:$ANDROID_HOME/platform-tools:/Applications/Android\ Studio.app/Contents/jre/jdk/Contents/Home/bin:/usr/local/sbin:$PATH
export PATH=~/.cargo/bin:$PATH
export PATH=~/bin:$PATH
function share_history {
history -a
history -c
history -r
}
PROMPT_COMMAND='share_history'
shopt -u histappend
export HISTSIZE=9999
SHELL_SESSION_HISTORY=0
export EDITOR=emacs
export PKG_CONFIG_PATH=/usr/local/opt/icu4c/lib/pkgconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment