Skip to content

Instantly share code, notes, and snippets.

@Mikulas
Created November 5, 2010 16:14
Show Gist options
  • Save Mikulas/664382 to your computer and use it in GitHub Desktop.
Save Mikulas/664382 to your computer and use it in GitHub Desktop.
Mac bash settings
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"
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