Skip to content

Instantly share code, notes, and snippets.

@satokjp
Last active August 29, 2015 14:00
Show Gist options
  • Save satokjp/11388790 to your computer and use it in GitHub Desktop.
Save satokjp/11388790 to your computer and use it in GitHub Desktop.
Mac OS X bash /Users/user_name/.bash_profile $ source .bash_profile
alias ll='ls -l'
alias cp='cp -i'
alias mv='mv -i'
alias rm='rm -i'
alias h=history
export PATH=$HOME/bin:$HOME/sh:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment