Add aliases for 'btw' alias (yes)

This commit is contained in:
Wiktor Zykubek 2020-05-13 09:22:41 +02:00
parent bbe2017aee
commit 1da39e0f87

View File

@ -21,7 +21,7 @@ alias \
yay='yay --editmenu --nodiffmenu --save' yay='yay --editmenu --nodiffmenu --save'
alias \ alias \
btw='git --git-dir=$HOME/dev/botfiles/ --work-tree=$HOME' \ g='git' \
ga='git add' \ ga='git add' \
gc='git commit -S' \ gc='git commit -S' \
gp='git push' \ gp='git push' \
@ -31,7 +31,19 @@ alias \
gpu='git pull' \ gpu='git pull' \
gs='git status' \ gs='git status' \
grm='git rm -f' \ 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 \ alias \
s='sudo ' \ s='sudo ' \