added alias for pushing from notes directory specifically

This commit is contained in:
tomit4 2022-06-08 17:16:29 -07:00
parent ba918ea764
commit 83e138148e

View file

@ -118,6 +118,8 @@ alias snowlogs="doas docker logs -f snowflake-proxy"
alias git-a="git add"
alias git-c="git commit -m"
alias git-p="git push"
# for use with notes directory only
alias git-pn="git push origin-ssh && git push codeberg"
alias git-l="git log"
alias git-s="git stash"
alias {lsc,lscommits}="tig"