Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
echo "true" > ~/.zshrc from ~/.zshrc
- X-seq: zsh-users 21649
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: echo "true" > ~/.zshrc from ~/.zshrc
- Date: Sat, 11 Jun 2016 18:23:00 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=yh5PLS4/PypaIt5V/NWZcnYTu8FLI32rTMnvMJabcKQ=; b=0BYaNOTm40AsoSTcMj900LtvDP3nCWmwcZzhG3hzvl++W7ChsfgB5lPGCLPogFlloS aXe5gtk2s6YHvPQjRsKqZ29kAwooriH2/01CoWERYVj2PLmBshQJQ+/PCKQA7D7HHPRy k6EyDPHm/SsslDckegGD23ODj+1NtGHFptSqpjlivfDFCIvSSDrAEU4Nu/slMVLVfRGE LViG5houG2s24FHaON6M0cllPE36C6Z/WNE+MJFAe9rcYY7ugk7uHp8DcvBGCJfBlbHS 8Se+PuSdZcBSdj8Kpp0zQffs5rGj0Wb2Q1b2GTHic/e3S2wNJTNpC8uVGL/4sBzZg2eH j6mw==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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