From d44bb1de8e066db6822cce0a9728bfed4d8e77c1 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 8 Apr 2023 17:15:21 -0500 Subject: [PATCH] fix bash_completion and ssh issues --- workstation/home.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/workstation/home.nix b/workstation/home.nix index 5193d77..e47b8ad 100644 --- a/workstation/home.nix +++ b/workstation/home.nix @@ -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 = {