Updated flake.lock, added bash history ignore

This commit is contained in:
2025-05-28 15:17:12 -04:00
parent 2fd8b4c0bf
commit 70a90cf707
2 changed files with 29 additions and 24 deletions

View File

@@ -38,6 +38,11 @@ in
bashrcExtra = ''
export SSH_AUTH_SOCK=/home/chase/.bitwarden-ssh-agent.sock
'';
historyIgnore = [
"ls"
"cd"
"exit"
];
};
programs.fastfetch = {