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

View File

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