From 0a0bd2e5a2e79def1a3e0d97040c3e9accc10978 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Mon, 2 Mar 2015 10:50:44 +0100 Subject: [PATCH] Updated alias --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 60f4867..25007c2 100644 --- a/zshrc +++ b/zshrc @@ -39,7 +39,7 @@ alias pypy="pypy3" alias cdtan="cd ~/Documents/Code/Github/Detanglement/src/server/detanglement" alias cdpy="cd ~/Documents/Code/Github/AudioPython" alias cdl="cd ~/Documents/Code/Github/VetoLC" -alias cdr="cd ~/Documents/Code/Github/R5RS" +alias cdz="cd ~/Documents/Code/Github/zepto" alias cdg="cd ~/Documents/Code/Github" alias cdd="cd ~/Documents/Code/Github/decode" alias cdot="cd ~/Documents/Code/Github/.dotfiles"