Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get status line to update #742

Open
DVCoder opened this issue May 14, 2024 · 2 comments
Open

Can't get status line to update #742

DVCoder opened this issue May 14, 2024 · 2 comments

Comments

@DVCoder
Copy link

DVCoder commented May 14, 2024

I've managed to get oh-my-tmux working in the past, but occasionally, after a server reboot, when I create a new tmux session, the status bar reverts to the default tmux configurations. Even reloading it manually with ~/.tmux.conf doesn't make any difference. I've also made sure to remove any tmux folders in /tmp/.

@gpakosz
Copy link
Owner

gpakosz commented May 14, 2024

Hello @DVCoder 👋

The manual says

By default, loads the system configuration file from @SYSCONFDIR@/tmux.conf, if present, then looks for a user configuration file at ~/.tmux.conf, $XDG_CONFIG_HOME/tmux/tmux.conf or ~/.config/tmux/tmux.conf

Can you please check these locations for other configuration files?

@DVCoder
Copy link
Author

DVCoder commented May 14, 2024

Hello @DVCoder 👋

The manual says

By default, loads the system configuration file from @SYSCONFDIR@/tmux.conf, if present, then looks for a user configuration file at ~/.tmux.conf, $XDG_CONFIG_HOME/tmux/tmux.conf or ~/.config/tmux/tmux.conf

Can you please check these locations for other configuration files?

I find it very strange I had to do these steps ...

  1. Current Tmux session run the command: cut -c3- "$TMUX_CONF" | sh -s _apply_configuration --> But, it didn't show > separators, it was only the |
  2. Tried to reload the ~/.tmux.conf , it didn't change the separators
  3. tmux kill-server --> then remove /temp/tmux**
  4. Restarted tmux and everything looks good ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants