-
|
So this is odd. I have the WAN IP working as expected but the LAN IP script is just returning To add to the weirdness, if I strip down the script within the plugin to just Happy to debug this further, but could use some direction. Not sure where tmux isn't happy and isn't keeping the values. EDIT: My only other thought is that tmux doesn't have access to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi @Normanras , I had the same thing happen to my setup and I fixed mine by adding /sbin to the PATH environment variable inside ~/.tmux.conf here is the full line: |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Normanras and @aloyr, did you have the |
Beta Was this translation helpful? Give feedback.
Hi @Normanras , I had the same thing happen to my setup and I fixed mine by adding /sbin to the PATH environment variable inside ~/.tmux.conf
here is the full line:
set-environment -g PATH "/opt/homebrew/sbin:/opt/homebrew/bin:/opt/local/sbin:/opt/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"I hope that helps you too.