feat(bash): add shorter alias for 'exit'

This commit is contained in:
Victor Westerlund 2025-09-01 07:22:24 +02:00
parent 3d77f64e32
commit 9011fbf41e
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -1,3 +1,5 @@
# Shorter exit - I'm lazy
alias e="exit"
# Change PHP CLI binary
alias phpa="sudo update-alternatives --config php"
# Kill all code-server processes. Sometimes it hangs on startup
@ -117,4 +119,4 @@ sshl () {
local user="${1:-$(whoami)}"
ssh -p 2222 "$user"@local.vlw.se
}
}