Created
July 1, 2015 07:41
-
-
Save mdamien/73fb66c0cd060ef5e550 to your computer and use it in GitHub Desktop.
dotfiles
This file contains hidden or 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 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