From ed48f86160779c859ee27fc591d5662229fee18e Mon Sep 17 00:00:00 2001 From: theanonymousexyz Date: Mon, 4 Apr 2022 22:02:59 +0200 Subject: [PATCH] Zsh: Change q alias --- zsh/.config/zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/aliases.zsh b/zsh/.config/zsh/aliases.zsh index f12c1a5..e2c3a19 100644 --- a/zsh/.config/zsh/aliases.zsh +++ b/zsh/.config/zsh/aliases.zsh @@ -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"