From 869f0650abc76732170dd92e0ae53eab0e6b4ce2 Mon Sep 17 00:00:00 2001 From: sstent Date: Thu, 23 Feb 2023 12:25:32 -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 17bbfec..047240b 100644 --- a/modules/home-manager/sstent.nix +++ b/modules/home-manager/sstent.nix @@ -73,7 +73,7 @@ programs = { ANSIBLE_HOST_KEY_CHECKING=False; HSTR_CONFIG=hicolor; PROMPT_COMMAND="history -a;"; # ensure synchronization between bash memory and history file - SSH_AUTH_SOCK=~/.ssh/wsl-ssh-agent.sock; + 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