I'm trying to use a shell variable in Tmux to configure some settings for the venerable powerline. The line of interest in my .tmux.config
is:
run-shell "powerline-daemon -q"
source-file $POWERLINE_ROOT/powerline/bindings/tmux/powerline.conf
I get the following error :
/Users/myname/.tmux.conf:47: /powerline/bindings/tmux/powerline.conf: No such file or directory
It seems that the value of the environment variable $POWERLINE_ROOT
is not being seen by Tmux. (I can confirm that $POWERLINE_ROOT
does have a non-empty value.)
You can see my complete Tmux configuration if needed