From 8290764f1085d0c0eba958882cb7a2e385a2cfc0 Mon Sep 17 00:00:00 2001 From: sstent Date: Thu, 23 Feb 2023 12:26:48 -0500 Subject: [PATCH] sync --- modules/home-manager/sstent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/sstent.nix b/modules/home-manager/sstent.nix index 9ffc5a7..c0ebaec 100644 --- a/modules/home-manager/sstent.nix +++ b/modules/home-manager/sstent.nix @@ -64,7 +64,7 @@ programs = { yt-dlp.enable = true; bash = { enable = true; - historyControl = [ignorespace]; + historyControl = ["ignorespace"]; shellOptions = [ "histappend" ]; sessionVariables = { DOCKER_HOST="tcp://192.168.1.223:2375";