Updated flake.lock, added bash history ignore
This commit is contained in:
@@ -38,6 +38,11 @@ in
|
||||
bashrcExtra = ''
|
||||
export SSH_AUTH_SOCK=/home/chase/.bitwarden-ssh-agent.sock
|
||||
'';
|
||||
historyIgnore = [
|
||||
"ls"
|
||||
"cd"
|
||||
"exit"
|
||||
];
|
||||
};
|
||||
|
||||
programs.fastfetch = {
|
||||
|
Reference in New Issue
Block a user