mirror of
https://github.com/Matir/skel.git
synced 2026-06-09 19:03:41 -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
|
||||
alias sshanon="ssh -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no"
|
||||
|
||||
# Straight to ipython
|
||||
alias ipy="ipython3"
|
||||
|
||||
Reference in New Issue
Block a user