alias: cool way to deploy files with post-receive hook; might do an gemlog post about it

This commit is contained in:
Vitor Gonçalves 2023-05-28 21:31:20 -03:00
parent 014220d3c2
commit 2dd9870435
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 2 additions and 0 deletions

View File

@ -7,4 +7,6 @@ alias l="exa -H --group-directories-first"
alias c="chezmoi"
alias ccd="cd ~/.local/share/chezmoi"
alias push-deploy="git push; git push p master"
alias monerod="monerod --data-dir "$XDG_DATA_HOME"/bitmonero"