diff --git a/roles/base.nix b/roles/base.nix index 7a01387..2764f21 100644 --- a/roles/base.nix +++ b/roles/base.nix @@ -48,6 +48,7 @@ in { BAT_THEME = "ansi"; EDITOR = "nvim"; STARSHIP_CONFIG = "/etc/starship.toml"; + HISTCONTROL = "ignoreboth"; }; };