Add q alias

This commit is contained in:
2021-11-27 22:13:54 +03:00
parent 5328979361
commit c264b9202c

View File

@@ -13,6 +13,7 @@ declare -A aliases=(
["t"]="tmux" ["t"]="tmux"
["pacman"]="pacman --color auto" ["pacman"]="pacman --color auto"
["yay"]="yay --color auto" ["yay"]="yay --color auto"
["q"]="exit"
# Git # Git
["g"]="git" ["g"]="git"