Temperature i3block, 369-a4 functions

Update git-add to add all changes instead of just current dir.
This commit is contained in:
2019-03-27 18:49:16 -04:00
parent 8e856eb64e
commit e51c007a78
12 changed files with 58 additions and 84 deletions

View File

@@ -24,7 +24,7 @@ ba "bat *"
grep "grep --color=auto -n"
grr "grep -r"
# pk "pkill -f"
cld "colordiff -y --suppress-common-lines"
cld "colordiff -wy --suppress-common-lines"
mkpk "makepkg -sri"
ex "chmod 777"
@@ -234,11 +234,11 @@ gro "git remote show origin"
# add/remove {{{ #
ga "git add -A . && git status -u"
gac "git add -A . && git commit -S"
ga "git add -A && git status -u"
gac "git add -A && git commit -S"
gaf "git add -f"
# unsigned commt
gacu "git add -A . && git commit"
gacu "git add -A && git commit"
grm "git rm"
grmf "git rm -f"
@@ -276,11 +276,11 @@ gstp "git stash pop"
gc "git commit -S"
gcu "git commit"
gca "git add -A . && git commit --amend --no-edit -S"
gcam "git add -A . && git commit --amend -S"
# gcamp "git add -A . && git commit --amend --no-edit -S && gpsf"
gca "git add -A && git commit --amend --no-edit -S"
gcam "git add -A && git commit --amend -S"
# gcamp "git add -A && git commit --amend --no-edit -S && gpsf"
psgi "git add . && git commit -m 'Update' -S && git push"
psgi "git add -A && git commit -m 'Update' -S && git push"
gps "git push"
gpsi "git config credential.helper store && git push"
# gpsn "git push --set-upstream origin master"
@@ -393,6 +393,8 @@ rms "rm swapfile.*"
wl6 "watson log --all --project=369 --tag=a4"
wr6 "watson report --all --project=369 --tag=a4"
um6 "sudo umount /mnt/369-a4"
# a2 {{{ #
mcr "bear make clean && printf '\033c' && bear make && ./carsim light 1 20"