diff --git a/configuration.nix b/configuration.nix index 0302114..161bda4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -71,6 +71,10 @@ in programs = { ssh.enable = true; git.extraConfig.credential.helper = "store --file ~/.git-credentials"; + bash = { + enable = true; + profileExtra = "cd ${adPath}"; + }; }; }; };