From c4087543efbb0056217196e22fa8a4bcade1acae Mon Sep 17 00:00:00 2001 From: Locojay Date: Mon, 23 May 2011 09:44:01 -0400 Subject: [PATCH] python json alias --- custom/aliases.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/aliases.zsh b/custom/aliases.zsh index 25cfc7f09..d7bdf6142 100644 --- a/custom/aliases.zsh +++ b/custom/aliases.zsh @@ -80,3 +80,5 @@ alias S="screen $screenrc -U -S" alias tmux="tmux $tmuxconf" alias tls="tmux list-sessions" alias ta="tmux attach -t" + +alias pjson="python -m json.tool"