Created
November 5, 2010 16:14
-
-
Save Mikulas/664382 to your computer and use it in GitHub Desktop.
Mac bash 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
alias o='open .' | |
alias ls='ls -AG' | |
alias ll='ls -l' | |
alias ..='cd ..' | |
alias w='cd /Volumes/Data/Web/' | |
alias p='cd /Volumes/Data/Projects' | |
alias s="sudo" |
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
export CLICOLOR=1 | |
export LSCOLORS=cxexhxhxbxbxbxbxbxcxcx | |
source $HOME/.bash_alias | |
source /Volumes/Data/Scripts/git-completion.bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment