1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2026-05-11 15:10:36 +02:00

1 Commits

Author SHA1 Message Date
dependabot[bot] 5a57141f39 Bump vim/.vim/pack/bundle/start/vim-pkgbuild from 5fc4106 to 2469a0a
Bumps [vim/.vim/pack/bundle/start/vim-pkgbuild](https://github.com/m-pilia/vim-pkgbuild) from `5fc4106` to `2469a0a`.
- [Commits](https://github.com/m-pilia/vim-pkgbuild/compare/5fc410660997f4736c93c93e092ac4d533350e20...2469a0a9f09410268a2c6b7e83767b7399ed9dd2)

---
updated-dependencies:
- dependency-name: vim/.vim/pack/bundle/start/vim-pkgbuild
  dependency-version: 2469a0a9f09410268a2c6b7e83767b7399ed9dd2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 21:31:36 +00:00
4 changed files with 8 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: weekly
-1
View File
@@ -82,7 +82,6 @@ alias makej="make -j$(nproc)"
alias sdc='sudo docker-compose'
# Used to be nix run -c. That no longer works but my muscle memory does
alias nrc='nix shell --file default.nix -c'
alias dee='direnv exec .'
alias gcs='gcloud compute ssh --tunnel-through-iap'
alias gscp='gcloud compute scp --tunnel-through-iap'
alias gci='gcloud compute instances'