diff --git a/users/tacocat/shell/bash.nix b/users/tacocat/shell/bash.nix index 7e5b38e..017f72e 100644 --- a/users/tacocat/shell/bash.nix +++ b/users/tacocat/shell/bash.nix @@ -3,6 +3,11 @@ enable = true; enableCompletion = true; enableVteIntegration = true; + profileExtra = '' + ssh-add ~/.ssh/git_school + ssh-add ~/.ssh/git_personal + ssh-add ~/.ssh/id_ed25519 + ''; bashrcExtra = '' PS1='[\u@\h \W]\$ '