From 4b3a3a700f24c5815761c83bf918ba7b8885fbea Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Wed, 11 Feb 2015 01:04:52 +0100 Subject: [PATCH] Added alias --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 816e557..60f4867 100644 --- a/zshrc +++ b/zshrc @@ -39,6 +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 cdg="cd ~/Documents/Code/Github" alias cdd="cd ~/Documents/Code/Github/decode" alias cdot="cd ~/Documents/Code/Github/.dotfiles"