mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-07 04:51:42 +00:00
sync
This commit is contained in:
@@ -73,7 +73,7 @@ programs = {
|
|||||||
ANSIBLE_HOST_KEY_CHECKING=False;
|
ANSIBLE_HOST_KEY_CHECKING=False;
|
||||||
HSTR_CONFIG=hicolor;
|
HSTR_CONFIG=hicolor;
|
||||||
PROMPT_COMMAND="history -a;"; # ensure synchronization between bash memory and history file
|
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 = ''
|
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user