Add Q.E.D. Command with easter egg
This commit is contained in:
parent
ec52704882
commit
ca212f7f35
1 changed files with 1 additions and 0 deletions
1
bashrc
1
bashrc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue