diff options
author | Brian Picciano <me@mediocregopher.com> | 2024-05-11 18:12:46 +0200 |
---|---|---|
committer | Brian Picciano <me@mediocregopher.com> | 2024-05-11 18:29:07 +0200 |
commit | cfe083ec2f88860e0520ddbd6874aa6981e38e8a (patch) | |
tree | c77cd02f4cfb2de4f7e98b939810c139ea57c907 /base/ssh_environment | |
parent | 5b52676a2defc040d4c0e2fac055d61a1989834c (diff) |
Set ssh env and make sure all git utilities are available, so that git over ssh works
Diffstat (limited to 'base/ssh_environment')
-rw-r--r-- | base/ssh_environment | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/ssh_environment b/base/ssh_environment new file mode 100644 index 0000000..77b2b01 --- /dev/null +++ b/base/ssh_environment @@ -0,0 +1,2 @@ +PATH=/home/mediocregopher/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/usr/local/sbin:/usr/local/bin:/usr/bin + |