Skip to content

Commit

Permalink
fix(bash): alias for pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tanducmai committed Mar 22, 2024
1 parent f812dfa commit da53ea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bash/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ alias webdeploy='(cd "${HOME}"/tanducmai.com && \
(\doctoc --update-only --title "# Table of Contents" content \
&& git add . && git commit --no-gpg-sign -m "Deploy website on $(date "+%Y-%m-%d %H:%M:%S")" \
|| true && git pull && git push))'
alias pgp='pass git add . && git commit --allow-empty -m "An empty commit" && git pull && pass git push'
alias pgp='pass git add . && pass git commit --no-gpg-sign --allow-empty -m "An empty commit" \
&& pass git pull && pass git push'
alias pt='pass tessen -p'
alias wikipush='cd "${HOME}"/vimwiki && git add . \
&& git commit --no-gpg-sign -m "Update wiki on $(date "+%Y-%m-%d %H:%M:%S")" || true \
Expand Down

0 comments on commit da53ea0

Please sign in to comment.