mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-14 03:03:42 +02:00
feat(bash): add shorter alias for 'exit'
This commit is contained in:
parent
3d77f64e32
commit
9011fbf41e
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# Shorter exit - I'm lazy
|
||||||
|
alias e="exit"
|
||||||
# Change PHP CLI binary
|
# Change PHP CLI binary
|
||||||
alias phpa="sudo update-alternatives --config php"
|
alias phpa="sudo update-alternatives --config php"
|
||||||
# Kill all code-server processes. Sometimes it hangs on startup
|
# Kill all code-server processes. Sometimes it hangs on startup
|
||||||
|
|
Loading…
Add table
Reference in a new issue