mirror of
1
0
Fork 0

fixed tmux_conf_new_window_retain_current_path and tmux_conf_new_pane_retain_current_path not working under Cygwin and MSYS2

This commit is contained in:
Gregory Pakosz 2020-06-03 20:06:56 +02:00
parent 9e25f3a550
commit a8081d87be
1 changed files with 7 additions and 0 deletions

View File

@ -1239,6 +1239,13 @@ run -b '[ -z "#{window_active}" ] && [ -z "#{version}" ] && tmux set display-tim
# esac
# fi
#
# case "$_uname_s" in
# *CYGWIN*|*MSYS*)
# # prevent Cygwin and MSYS2 from cd-ing into home directory when evaluating /etc/profile
# tmux setenv -g CHERE_INVOKING 1
# ;;
# esac
#
# _apply_overrides
# _apply_theme&
# _apply_bindings&