1
Fork 0

Add Vagrant alias.

This commit is contained in:
Bauke 2023-07-08 17:23:45 +02:00
parent 329ef04d87
commit 227538e4c0
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ alias pc="podman-compose"
alias tar-extract="tar -x -f"
alias tar-list="tar -t -f"
alias trash="gio trash"
alias v="vagrant"
alias weather="wthrr"
alias yt-dlp-audio="yt-dlp -x --ignore-config"