mirror of
https://github.com/sstent/vmimages.git
synced 2026-04-04 03:53:38 +00:00
sync
This commit is contained in:
@@ -74,11 +74,10 @@ programs = {
|
|||||||
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
|
||||||
ssh-add -l
|
ssh-add -l
|
||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
git = {
|
git = {
|
||||||
|
|||||||
Reference in New Issue
Block a user