From e17e8d19f335ea05aa3c2f1b7c7a755126fe7940 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 10 Apr 2024 15:44:34 +0200 Subject: [PATCH] atuin: disable fish shell history --- home/programs/atuin.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/programs/atuin.nix b/home/programs/atuin.nix index c27b0a8..03d1e5c 100644 --- a/home/programs/atuin.nix +++ b/home/programs/atuin.nix @@ -19,7 +19,12 @@ history_filter = [ "^base64decode" + "^instagram-dl" ]; }; }; + + programs.fish.shellInit = '' + set -x fish_history "" + ''; }