This commit is contained in:
2023-02-23 12:25:32 -05:00
parent 0a0058b1f6
commit 869f0650ab

View File

@@ -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