Warum fügt TMUX (?) Zu `posix` zu Shellopts hinzu?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Warum fügt TMUX (?) Zu `posix` zu Shellopts hinzu?

by Guest » 16 Feb 2025, 09:48

Ich benutze den Befehl z ziemlich viel herum, aber ich erwähnte, dass er kürzlich aufgehört hat zu arbeiten, und ich kann nicht verstehen, welche Veränderung sie verursacht hat, aber ich weiß, was passiert: etwas mit TMUX fügt "posix" zu $ ​​Shellopts !

Code: Select all

❯ echo $SHELLOPTS
braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor:posix

~ via  v20.5.0 on ☁️  (eu-north-1) on ☁️
❯ z
-sh: command substitution: line 1: syntax error near unexpected token `

Top