Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

echo "true" > ~/.zshrc from ~/.zshrc



Hello,
How legal it is to do:

echo "true" > ~/.zshrc

From ~/.zshrc? What can be expected?

When I do (in ~/.zshrc, at last line):

echo "sleep 200" >> ~/.zshrc

then I'll get the sleep at next startup. When I do:

echo "true" > ~/.zshrc
echo "Hello normally ended"

Then I will see the "Hello" message.

But when I output much of text earlier in 400 lines long zshrc, then e.g.:

/Users/sgniazdowski/.zshrc:182: command not found: fas

But other time it went without errors, and without "Hello" message.

Best regards,
Sebastian Gniazdowski



Messages sorted by: Reverse Date, Date, Thread, Author