From 004c464023aa8e46389b06cd387a005e073f6b8c Mon Sep 17 00:00:00 2001 From: Locojay Date: Mon, 23 May 2011 21:47:31 -0400 Subject: [PATCH] ipython alias --- custom/aliases.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/custom/aliases.zsh b/custom/aliases.zsh index d7bdf6142..01ba41ec3 100644 --- a/custom/aliases.zsh +++ b/custom/aliases.zsh @@ -82,3 +82,4 @@ alias tls="tmux list-sessions" alias ta="tmux attach -t" alias pjson="python -m json.tool" +alias ipython="ipython --editor vim"