From c83b23e473d70861b6d5013009da5d429886402f Mon Sep 17 00:00:00 2001 From: self Date: Fri, 17 Feb 2023 14:05:21 +0000 Subject: remove the sourcing of .zshrc-cd --- zsh/.zshrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'zsh') 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" -- cgit v1.2.1