kshenoy/dotfiles

Keeping Tmux and terminal window variables updated for every pane

Opened this issue · 1 comments

Hi Kartik Shenoy,
I really find your project very useful. I've been trying to get the terminal variables to be synced with Tmux's environment ones. Your update_envfunctions work flawlessly. Is there an easy way of updating them in every single pane of a single session? I'm not that great with bash.

Hello, sorry for the late response. If it's still relevant, note that there're versions of that function called update_env_all_panes which will run update_env in all panes of a given window. There's also another one called update_env_all that will run update_env in all panes of all windows for a given session.