This commit is contained in:
2023-02-23 12:35:23 -05:00
parent 8290764f10
commit a554166440

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="/home/sstent/.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