Skip to content

Commit

Permalink
Merge pull request #11 from rriski/main
Browse files Browse the repository at this point in the history
Do not run tmux in a Zed integrated terminal
  • Loading branch information
budimanjojo authored Aug 31, 2024
2 parents e95dbc1 + 7606d92 commit 69b07ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.d/tmux.fish
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ if status is-interactive && ! fish_is_root_user
test -z $VIM && \
test -z $VSCODE_RESOLVING_ENVIRONMENT && \
test "$TERM_PROGRAM" != 'vscode' && \
test "$TERM_PROGRAM" != 'zed' && \
test "$TERMINAL_EMULATOR" != 'JetBrains-JediTerm'
if test $fish_tmux_autostart_once = false || test ! $fish_tmux_autostarted = true
set -x fish_tmux_autostarted true
Expand Down

0 comments on commit 69b07ff

Please sign in to comment.