diff --git a/nix/configuration/roles/zsh/default.nix b/nix/configuration/roles/zsh/default.nix index 840de5d..bbd15dc 100644 --- a/nix/configuration/roles/zsh/default.nix +++ b/nix/configuration/roles/zsh/default.nix @@ -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