mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add ipy alias.
This commit is contained in:
@@ -44,3 +44,6 @@ alias gitroot="git rev-parse --show-toplevel"
|
|||||||
|
|
||||||
# SSH without host key checking
|
# SSH without host key checking
|
||||||
alias sshanon="ssh -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no"
|
alias sshanon="ssh -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no"
|
||||||
|
|
||||||
|
# Straight to ipython
|
||||||
|
alias ipy="ipython3"
|
||||||
|
|||||||
Reference in New Issue
Block a user