feat(zsh): :wq = exit
This commit is contained in:
parent
af1e65700a
commit
01b5a99b77
@ -37,6 +37,8 @@ alias takeown="chown $USER:$USER"
|
||||
|
||||
alias cat="bat"
|
||||
|
||||
alias ":wq"="exit"
|
||||
|
||||
function _log() {
|
||||
local GREEN="\e[32m"
|
||||
local RESET="\e[0m"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user