Skip to content

Instantly share code, notes, and snippets.

@takuto-h
Last active December 17, 2015 07:48
Show Gist options
  • Save takuto-h/5575256 to your computer and use it in GitHub Desktop.
Save takuto-h/5575256 to your computer and use it in GitHub Desktop.
if [ -d $HOME/bin ] ; then
export PATH=$HOME/bin:$PATH
fi
if [ -f $HOME/.bashrc ] ; then
. $HOME/.bashrc
fi
export PS1="\n\u@\h:\w\n\$ "
alias ls="ls -F"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment