1
0
Fork 0

atuin: disable fish shell history

This commit is contained in:
Daniel Kempkens 2024-04-10 15:44:34 +02:00
parent 04fbdf29d4
commit e17e8d19f3
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -19,7 +19,12 @@
history_filter = [
"^base64decode"
"^instagram-dl"
];
};
};
programs.fish.shellInit = ''
set -x fish_history ""
'';
}