This commit is contained in:
2023-02-23 12:26:18 -05:00
parent 0d6a44e37b
commit 57b55e928b

View File

@@ -70,8 +70,8 @@ programs = {
DOCKER_HOST="tcp://192.168.1.223:2375";
NOMAD_ADDR="http://192.168.1.250:4646";
TERM="xterm-256color";
ANSIBLE_HOST_KEY_CHECKING=False;
HSTR_CONFIG=hicolor;
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";
};