mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 01:12:42 +01:00
feat(nano): launch nano with n bash alias (#56)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/56
This commit is contained in:
parent
8554ffdafa
commit
490c953cfc
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# Shorter exit - I'm lazy
|
# I'm lazy
|
||||||
alias e="exit"
|
alias e="exit"
|
||||||
|
alias n="nano"
|
||||||
|
|
||||||
# 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