Replies: 1 comment
-
The session variables are related to your login session and it can become quite confused if different parts of your session have different views of the world. You can always explicitly create a new login shell using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the point of having this in the session variables?
I run tmux in all my terminals so this
$__HM_SESS_VARS_SOURCED
gets passed to each new pane which means that if I want to actually update my session variables, I need to exit tmux entirely which is not ideal.Beta Was this translation helpful? Give feedback.
All reactions