From e92cf8f9cdb638c31d80512ed23f66eda81ed322 Mon Sep 17 00:00:00 2001 From: foosinn Date: Fri, 12 Aug 2022 08:19:17 +0200 Subject: [PATCH] ignore dupes and leading spaces in bash history --- roles/base.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; };