Remove unused portion of zshrc.

I will probably move to a similar import system to what I am doing with sway.
This commit is contained in:
Tom Alexander 2025-01-18 13:18:06 -05:00
parent c694c6ae4c
commit 1da36ab7c5
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -49,13 +49,6 @@ let
source ${pkgs.zsh-histdb}/share/zsh/plugins/zsh-histdb/histdb-interactive.zsh
bindkey '^r' _histdb-isearch
# TODO: Consider moving to /etc/profile.d
#while read file; do
# if [ -e "$file" ]; then
# source "$file"
# fi
#done <<<"$(find $HOME/.config/ansible_deploy/zshrc -maxdepth 1 -type f -name '*.zsh' -print)"
'';
};
in