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:
parent
c694c6ae4c
commit
1da36ab7c5
@ -49,13 +49,6 @@ let
|
|||||||
|
|
||||||
source ${pkgs.zsh-histdb}/share/zsh/plugins/zsh-histdb/histdb-interactive.zsh
|
source ${pkgs.zsh-histdb}/share/zsh/plugins/zsh-histdb/histdb-interactive.zsh
|
||||||
bindkey '^r' _histdb-isearch
|
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
|
in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user