Skip to content

Instantly share code, notes, and snippets.

@binaryseed
Created March 27, 2009 20:47
Show Gist options
  • Save binaryseed/86891 to your computer and use it in GitHub Desktop.
Save binaryseed/86891 to your computer and use it in GitHub Desktop.
function manpdf() {
man -t $@ | open -f -a /Applications/Preview.app/
}
#
# git
alias gs='git status'
alias gca='git commit -a -m'
alias gcm='git commit -m'
#
# alias
alias ls='ls -apG'
alias lsl='ls -ahlpG'
alias ll='lsl'
alias cl='clear'
alias cd..='cd ..'
alias .='lsl'
alias ..='cd ..'
alias l='lsl'
alias ..l='cd ..;lsl'
alias htd='cd /Applications/xampp/xamppfiles/htdocs'
export LSCOLORS=gxcxxxxxfxaxaxfxfxGxGx
export PS1="[\e[0;36m\u\e[m@\e[0;35mlocal\e[m \W]\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment