Zsh: Change q alias

This commit is contained in:
theanonymousexyz 2022-04-04 22:02:59 +02:00
parent 4a403c123c
commit ed48f86160
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ alias -g ......="../../../../.."
alias cl="clear"
alias grep="grep --color=always"
alias ls="ls --color=always"
alias q="exit"
alias q="exit 0"
alias zgrep="zgrep --color=always"
(( ${+commands[tmux]} )) && alias tmux="tmux -2u"
(( ${+commands[dotnet]} )) && alias dnup="dotnet tool list --global | tail -n +3 | awk '{print \$1}' | xargs -l dotnet tool update --global"