new prompt

This commit is contained in:
2016-12-18 12:12:01 +04:00
parent bf9b63c177
commit 2e44a77b43
2 changed files with 44 additions and 11 deletions

View File

@@ -24,6 +24,7 @@ alias zshreload="exec zsh"
alias tarc="tar cvzf"
alias rcp="rsync --partial --progress --append --rsh=ssh -r -h"
alias rmv="rsync --partial --progress --append --rsh=ssh -r -h --remove-sent-files"
alias rsyncc="rsync -rzPhc"
alias pythonserve="sudo python -m SimpleHTTPServer 80"
@@ -35,11 +36,12 @@ alias clbin="curl -F 'clbin=<-' https://clbin.com"
#alias afs="unmount-abra0; mount-abra0;"
alias .g='git --git-dir=$HOME/.dotgit/ --work-tree=$HOME'
alias .s='.g status -uno'
alias .gs='.g status -uno'
alias .gp='.g commit -am "auto" && .g push'
alias .sg='git --git-dir=/var/www/git.abra.me/dot.git --work-tree=$HOME'
alias dus="du -hd0 * | gsort -h"
alias dus="du -kHhd0 * | gsort -h"
alias p="perl -pe"
#alias f1sql="/google/data/ro/projects/storage/f1/tools/f1-sql"