You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/.
The text was updated successfully, but these errors were encountered:
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?
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 ...
Current Tmux session run the command: cut -c3- "$TMUX_CONF" | sh -s _apply_configuration --> But, it didn't show > separators, it was only the |
Tried to reload the ~/.tmux.conf , it didn't change the separators
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/.
The text was updated successfully, but these errors were encountered: