This commit is contained in:
Thomas Forgione 2024-05-31 15:56:54 +02:00
parent 261d833823
commit 8b504986b1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# v is shorter
alias v="$EDITOR"
alias vdc="$EDITOR docker-compose.yml'
alias vdc="$EDITOR docker-compose.yml"
# htop is better
alias top="htop"