From 1abaf1af4258e0f36244e3a84304ab6ed8b52e81 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Tue, 13 Nov 2012 10:50:29 -0600 Subject: [PATCH] Sprintly alias --- zsh/aliases.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 09d9320..378071a 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -146,3 +146,6 @@ alias zc='zeus console' # Rspec alias rs='rspec spec' + +# Sprintly - https://github.com/nextbigsoundinc/Sprintly-GitHub +alias sp='sprintly'