Created
July 31, 2013 06:17
-
-
Save chaucerbao/6119749 to your computer and use it in GitHub Desktop.
(Mac OSX) Common Bash behavior settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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