Add ipy alias.

This commit is contained in:
David Tomaschik
2020-04-18 20:07:29 -07:00
parent 9178794de5
commit 15479f3829

View File

@@ -44,3 +44,6 @@ alias gitroot="git rev-parse --show-toplevel"
# SSH without host key checking
alias sshanon="ssh -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no"
# Straight to ipython
alias ipy="ipython3"