summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2023-02-17 14:05:21 +0000
committerself <george@gabbott.dev>2023-02-17 14:05:21 +0000
commitc83b23e473d70861b6d5013009da5d429886402f (patch)
treee22a2c27f8b5b142cc21d625e728c41cd86a1f51 /zsh
parentf7af4be1764fab6bb2bf3025151b62072e109c19 (diff)
remove the sourcing of .zshrc-cd
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 193791b..c2fd984 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -31,9 +31,6 @@ 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"