Skip to content

Instantly share code, notes, and snippets.

@chaucerbao
Created July 31, 2013 06:17
Show Gist options
  • Save chaucerbao/6119749 to your computer and use it in GitHub Desktop.
Save chaucerbao/6119749 to your computer and use it in GitHub Desktop.
(Mac OSX) Common Bash behavior settings
# Command prompt
export PS1='[\u@\h \W]\$ '
# Color LS
alias ls='ls -hFG'
# Color GREP
alias grep='grep --color=auto'
# Tab completion
complete -cf sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment