haoyunfeix / note

0 stars 0 forks source link

settings: tmux on windows #15

Open haoyunfeix opened 3 years ago

haoyunfeix commented 3 years ago

Edit in ~/.bashrc

export MSYS_NO_PATHCONV=1
export MSYSTEM=MSYS
export MSYS2_PATH_TYPE=inherit
if [ -z ${TMUX_ONLY_ONE+x} ]
then
    export TMUX_ONLY_ONE=111
        script -c tmux /dev/null
fi