feat(nano): launch nano with 'n' bash alias

This commit is contained in:
Victor Westerlund 2025-10-26 10:52:50 +01:00
parent 8554ffdafa
commit 080cebfe98
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -1,5 +1,7 @@
# Shorter exit - I'm lazy
# I'm lazy
alias e="exit"
alias n="nano"
# Change PHP CLI binary
alias phpa="sudo update-alternatives --config php"
# Kill all code-server processes. Sometimes it hangs on startup