Skip to content

Instantly share code, notes, and snippets.

@hajimehoshi
Created July 21, 2018 10:30
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/1f9ede7fb36ff39cd080f0adb125a9d1 to your computer and use it in GitHub Desktop.
Save hajimehoshi/1f9ede7fb36ff39cd080f0adb125a9d1 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 PATH=/usr/local/go/bin:/usr/local/bin:$PATH
export PATH=~/bin:$PATH
export GOPATH=~/go
export PATH=~/go/bin:$PATH
# export PATH=/usr/local/texlive/2014basic/bin/universal-darwin:$PATH
# export PATH=~/TypeScript/bin:$PATH # installed by `jake LKG`
export PATH=/usr/local/texlive/2016/bin/x86_64-darwin:$PATH
export PATH=~/Library/Android/sdk/platform-tools:~/Library/Android/sdk/build-tools/23.0.3:$PATH
export PATH=~/depot_tools:$PATH
export ANDROID_HOME=~/Library/Android/sdk
# source ~/emsdk/emsdk_env.sh > /dev/null
# export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH"
# eval "$(rbenv init -)"
function share_history {
history -a
history -c
history -r
}
PROMPT_COMMAND='share_history'
shopt -u histappend
export HISTSIZE=9999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment