summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index d43d90a..b83ccb9 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -30,6 +30,9 @@ autoload -U promptinit && promptinit
# Source .zshrc-xdg, which holds aliases to declutter the home directory
source "$XDG_CONFIG_HOME/zsh/.zshrc-xdg"
+# Source .zshrc-cd, which holds cd aliases.
+source "$XDG_CONFIG_HOME/zsh/.zshrc-cd"
+
################################## orgd #######################################
export WRITTEN="$HOME/docs/wr"
export LLE="$WRITTEN/lle"