summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-12-22 19:41:31 +0000
committerself <george@gabbott.dev>2022-12-22 19:41:31 +0000
commit6354a9fc52c5ed7c652510b677ea3869a94f5968 (patch)
treecdaf957751699c9245be9b68c6a0e89b4688ec2b /zsh/.zshrc
parent310eb00ce6b7ac2da565e0c3dd21c287c65d1d0b (diff)
Source .zshrc-cd in .zshrc
Diffstat (limited to 'zsh/.zshrc')
-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"