changing directories to adPath
This commit is contained in:
@@ -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}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user