Skip to content

Instantly share code, notes, and snippets.

@mdamien
Created July 1, 2015 07:41
Show Gist options
  • Save mdamien/73fb66c0cd060ef5e550 to your computer and use it in GitHub Desktop.
Save mdamien/73fb66c0cd060ef5e550 to your computer and use it in GitHub Desktop.
dotfiles
alias p python3
alias p2 python2
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
alias python="python3"
alias m='python manage.py'
alias serv="python3 -m http.server"
alias ga="git add -A ."
alias gs="git status"
alias gca="git commit -a"
alias gd="git diff HEAD"
alias gc="git commit"
alias gp="git push"
alias x="xbacklight -set"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment