From 1da39e0f8777f80f279c3e7c4e739fcc85ee5101 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Wed, 13 May 2020 09:22:41 +0200 Subject: [PATCH] Add aliases for 'btw' alias (yes) --- .config/shellrc | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.config/shellrc b/.config/shellrc index 0281c77..96b39c7 100644 --- a/.config/shellrc +++ b/.config/shellrc @@ -21,7 +21,7 @@ alias \ yay='yay --editmenu --nodiffmenu --save' alias \ - btw='git --git-dir=$HOME/dev/botfiles/ --work-tree=$HOME' \ + g='git' \ ga='git add' \ gc='git commit -S' \ gp='git push' \ @@ -31,7 +31,19 @@ alias \ gpu='git pull' \ gs='git status' \ grm='git rm -f' \ - gi='git init' + gi='git init' \ + btw='git --git-dir=$HOME/dev/botfiles/ --work-tree=$HOME' \ + b='btw' \ + ba='btw add' \ + bc='btw commit -S' \ + bp='btw push' \ + bpom='btw push origin master' \ + bch='btw checkout' \ + bl='btw log' \ + bpu='btw pull' \ + bs='btw status' \ + brm='btw rm -f' \ + bi='btw init' alias \ s='sudo ' \