LoginSignup
3
3

More than 5 years have passed since last update.

MacOS 10.10 + tmuxでコマンドラインでatomを実行できない件の対応方法

Posted at
  • reattach-to-user-namespaceをインストール
brew install reattach-to-user-namespace
  • .tmux.confを設定する
set-option -g default-command "which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace -l $SHELL || $SHELL"
  • tmuxを再起動したら動きました

参考リンク

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3