Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Possibly a bug involving rcs flag on mac?
- X-seq: zsh-workers 44069
- From: Guðmundur Páll Kjartansson <gpk188@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Possibly a bug involving rcs flag on mac?
- Date: Tue, 19 Feb 2019 23:04:10 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=qlj2avQm7d/C6Sj8RbSJQdaKhbOjM7eEdgmH+wAz18A=; b=K36n+GK8OCh/eS/1MHAXBPy228A3WQmpJT8LsiKOJ6rce6ZWvgDWYTJlCL6Ipj+h7f y3e5zkZbsXQojTy/xEm5nEMULivegLwET02blw4uovjZMVKSjunUmlvlqAHBvMBPHOkT 9hZtVOBu7JA7BS4kH3f3pbvax00QB3wHTzFF/KCr0TFGyv4asKYHRSQS29+iYXgL/a11 AQm2a0/kEXNJ8/7iluQOb7ydMUBr23oO50ZzfiZJx0MZOpbVpoGl3zDcVpaCJuhoyoEP 8VsjuDkT7eedVpxyuLdWVmei7V5qxDinobkijLQhuaw6yUV5KYPMe+XqjvX+NmUOWrfZ d4PQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Greetings
I have some strange buggy behaviour going on. If I run zsh in a bash
terminal window, it will not run .zshrc:
$ zsh
If I instead do this:
$ zsh --rcs ~/.zshrc
Then it will run .zshrc ... but it will also exit immediately ... this
happens even if I run it in interactive mode:
$ zsh --interactive ~/.zshrc
If I add the below lines to the top of my .zshrc file, I can clearly
see the difference in having the --interactive flag ... but it exits
immediately either way:
echo "running zshrc"
if [[ -o interactive ]]; then; print yes; else; print no; fi
I am using zsh version 5.7.1 ... I also tried it with 5.6.2 and even
5.3 ... but no luck ...
I tried doing the same thing on my friends mac ... and there it worked
without any problems (just running zsh straight from bash) ...
Any idea what the issue might be?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author