automated dev commit
This commit is contained in:
parent
cf74e468e4
commit
40f995b0ff
2 changed files with 6 additions and 2 deletions
|
|
@ -50,7 +50,6 @@ yarnpkg() { echo 🖕; }
|
|||
pnpm() { echo 🖕; }
|
||||
pn() { echo 🖕; }
|
||||
pnpx() { echo 🖕; }
|
||||
npm() { echo 🖕; }
|
||||
|
||||
alias p='_package_manager'
|
||||
|
||||
|
|
@ -291,3 +290,9 @@ if command -v kubefwd &> /dev/null; then eval "$(kubefwd completion zsh)"; fi
|
|||
if command -v bombadil &> /dev/null; then eval "$(bombadil generate-completions zsh)"; fi
|
||||
if command -v eza &> /dev/null; then compdef eza=ls; fi
|
||||
|
||||
|
||||
function dc() {
|
||||
git add .
|
||||
git commit -m 'automated dev commit' --no-gpg-sign
|
||||
git push
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue