summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell/alias
blob: 04247a72c2e86eb753e1fcf386ec3f233f583f3d (plain)
1
2
3
4
5
6
7
8
9
10
alias ll ls -al
alias vi find-file $1
alias g git $*
alias d dired $1
alias ga git annex $*
alias blank sleep 1;xset dpms force off
alias docs cd ~/doc;mr autoci;git pull;git push
alias git-rebase-workstation-on-master git checkout workstation;git rebase master;git checkout ${hostname};git rebase workstation
alias git-push-workstation-master git push origin master;git push -f origin workstation ${hostname}
alias workgit cd ~/doc;git commit -a -e -m "work commit";git push