diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-23 12:14:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-23 12:14:59 -0400 |
commit | 987f9db0dafb3f8446b0b16fd2fffce16bfe418f (patch) | |
tree | 2f295f734b48f4ee29ac36e005a63c7f44be1650 | |
parent | e72c2b9be2d76887a91ef7eaf645e43c5fcaaf04 (diff) | |
parent | 688fdc0acb3be7db80061d941e9e28e640afe62c (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r-- | doc/bugs/configurable_path_to_git-annex-shell/comment_2_2b856f4f0b65c2331be7d565f0e4e8a8._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/configurable_path_to_git-annex-shell/comment_2_2b856f4f0b65c2331be7d565f0e4e8a8._comment b/doc/bugs/configurable_path_to_git-annex-shell/comment_2_2b856f4f0b65c2331be7d565f0e4e8a8._comment new file mode 100644 index 000000000..adea95ecf --- /dev/null +++ b/doc/bugs/configurable_path_to_git-annex-shell/comment_2_2b856f4f0b65c2331be7d565f0e4e8a8._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://schnouki.net/" + nickname="Schnouki" + subject="comment 2" + date="2012-03-23T13:27:12Z" + content=""" +Hmm, ok, solved. I'm using zsh, which is a little different: `.zshrc` is only read for interactive shells, so `ssh mybox 'echo $PATH'` displayed `/usr/bin:/bin:/usr/sbin:/sbin`. Using `.zshenv`, which is used even for non-interactive shells, did the trick. Thanks! +"""]] |