Added a comment

This commit is contained in:
http://schnouki.net/ 2012-03-23 13:27:13 +00:00 committed by admin
parent 49e8e29499
commit 688fdc0acb

View file

@ -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!
"""]]