fix bash_completion and ssh issues

This commit is contained in:
Don Harper 2023-04-08 17:15:21 -05:00
parent 9450e37a84
commit d44bb1de8e

View file

@ -130,9 +130,7 @@
umask 0007
export PAGER=less
export LESS="-s"
if [[ ! -v BASH_COMPLETION_VERSINFO ]]; then
. "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh"
fi
if [ -d ~/.bash_completion.d ]; then
for i in $(ls -1 ~/.bash_completion.d/*.sh); do . $i; done
fi
@ -163,7 +161,7 @@
enable = true;
enableBashIntegration = true;
agents = [ "ssh" ];
keys = [ "\${HOME}/.ssh/id_ed25519" ];
keys = [ "~/.ssh/id_ed25519" "~/.ssh/git" "~/.ssh/id_dsa.2022" "~/.ssh/id_rsa.2020" "~/.ssh/id_rsa.2022" ];
inheritType = "any";
};
programs.mpv = {