Skip to content

Instantly share code, notes, and snippets.

@yutarot
Created March 25, 2018 14:38
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 yutarot/abf1b956f39b4411cecd4b02c73e797e to your computer and use it in GitHub Desktop.
Save yutarot/abf1b956f39b4411cecd4b02c73e797e to your computer and use it in GitHub Desktop.
export PATH="/usr/local/bin:$PATH"
if [ -f ~/.bashrc ] ; then
. ~/.bashrc
fi
export PATH="~/.local/bin:$HOME/.pyenv/shims:$PATH"
export GPG_TTY=$(tty)
export LC_CTYPE=ja_JP.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment