diff --git a/zsh/zshrc b/zsh/zshrc
index 5189a76..a42996b 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -17,6 +17,7 @@ typeset -U fpath
 
 hash -d -- -dotfiles=~/.dotfiles
 hash -d -- -src=~/src
+hash -d -- -doom=~/.doom-emacs
 
 fpath=(~/bin ~/.zshcompletions $fpath)
 zstyle :compinstall filename '/home/anthonys/.zshrc'