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

Frustration alias

This commit is contained in:
2026-04-08 09:58:01 +02:00
parent 67e4c08944
commit 9a987e0e33

View File

@@ -82,6 +82,7 @@ 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'