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:
parent
9e25f3a550
commit
a8081d87be
1 changed files with 7 additions and 0 deletions
|
@ -1239,6 +1239,13 @@ run -b '[ -z "#{window_active}" ] && [ -z "#{version}" ] && tmux set display-tim
|
||||||
# esac
|
# esac
|
||||||
# fi
|
# 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_overrides
|
||||||
# _apply_theme&
|
# _apply_theme&
|
||||||
# _apply_bindings&
|
# _apply_bindings&
|
||||||
|
|
Loading…
Reference in a new issue