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"