diff --git a/root/.zshrc b/root/.zshrc index 4bd876c..67ec436 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -40,6 +40,7 @@ source $ZSH/oh-my-zsh.sh # Aliases +alias :q='exit' alias fakemsg='echo "$(curl -s https://whatthecommit.com/index.txt)"' alias ncdu='ncdu --color off'