From 15479f38292bc7f16ff43241be8903a28e0f88d7 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 18 Apr 2020 20:07:29 -0700 Subject: [PATCH] Add ipy alias. --- dotfiles/aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/aliases b/dotfiles/aliases index b46e473..5226ab0 100755 --- a/dotfiles/aliases +++ b/dotfiles/aliases @@ -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"