Add Q.E.D. Command with easter egg

This commit is contained in:
Talia 2020-01-10 11:46:08 +01:00
parent ec52704882
commit ca212f7f35
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -20,6 +20,7 @@ alias shit='git'
alias ranger='source ranger' alias ranger='source ranger'
alias ta='tmux a -t' alias ta='tmux a -t'
alias co='checkout' alias co='checkout'
alias qed='[ $RANDOM -ge $((32767 / 100 * 10)) ] && echo Quod Erat Demonstrandum || echo Quo Errat Demonstrator'
stty -ixon stty -ixon