Skip to content

Instantly share code, notes, and snippets.

@edvakf
Last active April 28, 2016 02:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edvakf/4cb9453e72e39e3832b62ea6359ca2a3 to your computer and use it in GitHub Desktop.
Save edvakf/4cb9453e72e39e3832b62ea6359ca2a3 to your computer and use it in GitHub Desktop.
# bashを起動するときに読み込まれる設定ファイル
PATH=$PATH:$HOME/local/bin
@edvakf
Copy link
Author

edvakf commented Apr 27, 2016

.bash_profileを編集した後は、一度ログアウトするか source ~/.bash_profile しないと反映されない

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment