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.
0 replies
-
Hi @Normanras and @aloyr, did you have the |
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
-
So this is odd. I have the WAN IP working as expected but the LAN IP script is just returning
N/a
. What makes this especially odd is that I grabbed thelan_ip.sh
script and pulled it apart separately from the plugin. It all works as expected. Each line does the correct thing and when run together (including theshell_is
references), I get my LAN IP...To add to the weirdness, if I strip down the script within the plugin to just
echo
my IP address, it still returns n/a.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
ifconfig
commands? I'm runningifstat
as well without issue, but since I'm on a mac, bothifstat
andtmux
are installed via brew were asifconfig
is built into the kernel. Also, I've made sure the permissions in the Powerline segments folder has the script as executable.Beta Was this translation helpful? Give feedback.
All reactions