.bashrc/.profile is not loaded on new tmux session (or window) — why?

前端 未结 6 1760
轻奢々
轻奢々 2020-12-12 23:17

When tmux starts or opens a new window, it does not load my .profile or .bashrc. I end up typing . ~/.bashrc every time. Is there a

6条回答
  •  攒了一身酷
    2020-12-12 23:56

    Running bash explicitly worked for me, by adding this line to my ~/.tmux.conf file:

    set-option -g default-command "exec /bin/bash"
    

提交回复
热议问题