changing directories to adPath

This commit is contained in:
John Lancaster
2024-09-14 06:29:31 +00:00
parent 03e40b7f14
commit 9af8177939

View File

@@ -71,6 +71,10 @@ in
programs = { programs = {
ssh.enable = true; ssh.enable = true;
git.extraConfig.credential.helper = "store --file ~/.git-credentials"; git.extraConfig.credential.helper = "store --file ~/.git-credentials";
bash = {
enable = true;
profileExtra = "cd ${adPath}";
};
}; };
}; };
}; };