refactor: add NodeJS aliases and update workstation.yml for nodejs20
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2025-02-04 17:00:35 +01:00
parent 7093779d4a
commit 95592cc89f
4 changed files with 14 additions and 7 deletions

View File

@ -40,6 +40,10 @@ alias gcm='git commit -m'
alias gco='git checkout'
alias gcb='git checkout -b'
# NodeJS aliases
alias node='node-20'
alias npm='npm-20'
# netstat port in use check
alias port='netstat -atupn | grep LISTEN'