From b50c908d28e6c04c5a84f6314c32189c10ec1e7b Mon Sep 17 00:00:00 2001 From: Abra Date: Thu, 20 Oct 2016 00:21:04 +0400 Subject: [PATCH] alias move 2 --- .zprezto/runcoms/zalias | 2 ++ .zprezto/runcoms/zshrc | 41 ----------------------------------------- 2 files changed, 2 insertions(+), 41 deletions(-) diff --git a/.zprezto/runcoms/zalias b/.zprezto/runcoms/zalias index 0cbcd91..098ab30 100644 --- a/.zprezto/runcoms/zalias +++ b/.zprezto/runcoms/zalias @@ -37,6 +37,8 @@ alias .g='git --git-dir=$HOME/.dotgit/ --work-tree=$HOME' 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 -hd1 | gsort -h" + #alias f1sql="/google/data/ro/projects/storage/f1/tools/f1-sql" #alias t="task" diff --git a/.zprezto/runcoms/zshrc b/.zprezto/runcoms/zshrc index 3abfc12..f8cb7e4 100644 --- a/.zprezto/runcoms/zshrc +++ b/.zprezto/runcoms/zshrc @@ -46,45 +46,6 @@ bindkey "\eOF" end-of-line export R="$HOME/work/google3" -# # aliases -# alias g="git" -# alias a="git add --all :/" -# alias b="git branch" -# alias c="git commit -am" -# alias ch="git checkout" -# alias pull="git pull" -# # alias m="git merge --no-ff" -# alias rb="git reset HEAD --hard" -# alias s="git status" -# alias st="git stash" - -# alias g5="git5" -# alias e="git5 export" -# alias m="git5 merge --no-ff" -# alias ma="git5 mail -m" -# alias push="git5 submit -xy" -# # alias push="git submit -xy" -# alias dc="a && c \"dummy comment\"" -# alias dcp="dc && git push" - -# alias zshconfig="subl ~/.zshrc" -# 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 pythonserve="sudo python -m SimpleHTTPServer 80" - -# # replace -# alias sg='perl -0pe' - -# alias clbin="curl -F 'clbin=<-' https://clbin.com" - -# alias afs="unmount-abra0; mount-abra0;" - -# alias .g='git --git-dir=$HOME/.dotgit/ --work-tree=$HOME' - function .g-init() { git init --bare $HOME/.dotgit .g config --local status.showUntrackedFiles no @@ -115,8 +76,6 @@ function make_user() { chown $1:nogroup -R /home/$1/ } -alias dus="du -hd1 | gsort -h" - # ----------------------------------- END ALIASES -------------------------------------------------- export EDITOR=/usr/bin/vim export PATH=$PATH:$HOME/bin:$HOME/brew/bin