Skip to content

Commit

Permalink
feat(bash): add alias for pass-tessen
Browse files Browse the repository at this point in the history
  • Loading branch information
tanducmai committed Oct 12, 2023
1 parent 597e8f4 commit 8dbf2ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ alias hugodeploy='([[ -f ".hugo_build.lock" ]] && \
&& git add . && git commit -m "Deploy website" || true && git pull && git push)) || \
(log_error "Not in the root of a Hugo project")'
alias pgp='pass git pull && pass git push'
alias pt='pass tessen -p'


#############
Expand Down

0 comments on commit 8dbf2ce

Please sign in to comment.