dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Keeping Tmux and terminal window variables updated for every pane

Open alexrengel opened this issue 2 years ago • 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.

alexrengel avatar May 16 '22 08:05 alexrengel

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.

kshenoy avatar Aug 11 '22 15:08 kshenoy