Se você se pegar digitando :qa
em seu shell por engano, tente este alias divertido:
alias :qa="echo 'Slow down, your in the shell'"
Funciona em zsh, bash e fish.
Ou você pode ir para o mais prático:
alias :qa="exit"
alias :q="exit"
Conteúdo para você se capacitar em programação
Se você se pegar digitando :qa
em seu shell por engano, tente este alias divertido:
alias :qa="echo 'Slow down, your in the shell'"
Funciona em zsh, bash e fish.
Ou você pode ir para o mais prático:
alias :qa="exit"
alias :q="exit"