From 0d6a44e37bd750a7b386aa31bc4c9679e7e1f4c6 Mon Sep 17 00:00:00 2001 From: sstent Date: Thu, 23 Feb 2023 12:25:53 -0500 Subject: [PATCH] sync --- modules/home-manager/sstent.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home-manager/sstent.nix b/modules/home-manager/sstent.nix index 047240b..463cd76 100644 --- a/modules/home-manager/sstent.nix +++ b/modules/home-manager/sstent.nix @@ -74,11 +74,10 @@ programs = { HSTR_CONFIG=hicolor; PROMPT_COMMAND="history -a;"; # ensure synchronization between bash memory and history file SSH_AUTH_SOCK="~/.ssh/wsl-ssh-agent.sock"; - } + }; bashrcExtra = '' if [ -e /home/sstent/.nix-profile/etc/profile.d/nix.sh ]; then . /home/sstent/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer ssh-add -l - ''; }; git = {