Enable bitwarden SSH agent

This commit is contained in:
2025-05-17 20:10:53 -04:00
parent 3cecd47704
commit accefc4a74
2 changed files with 430 additions and 2 deletions

View File

@@ -114,7 +114,9 @@
enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
localVariables = {
SSH_AUTH_SOCK = [ "/home/chase/.bitwarden-ssh-agent.sock" ];
};
shellAliases = {
ll = "ls -l";
".." = "cd ..";