Skip to content

Instantly share code, notes, and snippets.

@philopian
Created May 30, 2014 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save philopian/be9f3e18292f9f9194d1 to your computer and use it in GitHub Desktop.
Save philopian/be9f3e18292f9f9194d1 to your computer and use it in GitHub Desktop.
PS1="[\W] \u $ "
alias ll='ls -lahG'
alias gitlog='git log --pretty=format:"%h %s" --graph'
alias brlog='git log --oneline --decorate --all'
alias mydev='cd /Users/pdot/Documents/_DEV'
alias subl='open -a "Sublime Text 2"'
alias pyserver='python -m SimpleHTTPServer '
alias getpath='echo -n $PWD|pbcopy|echo "...current path copied to clipboard"'
alias cc='clear'
if [ -f ~/.git-completion.bash ]; then
source ~/.git-completion.bash
fi
export CLICOLOR=1
export PATH="/usr/local/bin:/user/local/sbin:$PATH"
eval "$(rbenv init -)"
[ -s $HOME/.nvm/nvm.sh ] && . $HOME/.nvm/nvm.sh # This loads NVM
export LSCOLORS=GxFxCxDxBxegedabagaced
@philopian
Copy link
Author

this is rad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment