Add bc alias

This commit is contained in:
David Tomaschik
2020-08-27 15:09:09 -07:00
parent 6559acbf90
commit a42128f5c9

View File

@@ -47,3 +47,6 @@ alias sshanon="ssh -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no"
# Straight to ipython # Straight to ipython
alias ipy="ipython3" alias ipy="ipython3"
# Skip the header on bc
alias bc="command bc -q"