From 7578901ab788c61a0aac8cc4c1a9adba16bbb7b2 Mon Sep 17 00:00:00 2001 From: Abra Date: Thu, 19 May 2016 16:46:02 -0700 Subject: [PATCH] auto --- .zprezto/runcoms/zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zprezto/runcoms/zshrc b/.zprezto/runcoms/zshrc index 69857d1..5507737 100644 --- a/.zprezto/runcoms/zshrc +++ b/.zprezto/runcoms/zshrc @@ -42,6 +42,8 @@ bindkey '\e[4~' end-of-line bindkey "\eOH" beginning-of-line bindkey "\eOF" end-of-line +bindkey -v + # --------------------------------------- ALIASES -------------------------------------------------- @@ -82,7 +84,7 @@ 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 .gc='.g commit -am "auto" && .g push' +alias .gp='.g commit -am "auto" && .g push' alias .sg='git --git-dir=/var/www/git.abra.me/dot.git --work-tree=$HOME' export R="$HOME/work/google3"