github.com
osascript -e 'display notifaction' が動かないので,terminal-notifierを使おうとしたら同様に動かなかった.
script editorからのdisplay notifactionは動く.
環境
osascript
- display notifaction するとなにもおこらない.
- zsh には戻る
- 他のコマンドとかは動く
terminal-notifier
- 叩くとなにもおこらない
- zsh にも戻らない
結論
tmux のせいだった.qiita.com
terminalで
$ brew install reattach-to-user-namespace
.tmux.confに
set-option -g default-command "reattach-to-user-namespace -l zsh"
で動くようになった.
tmux は一旦全部殺す必要がある.
clipboard共有まだやってなかったっていうのは内緒.