janoamaral / tokyo-night-tmux

A clean, dark Tmux theme that celebrates the lights of Downtown Tokyo at night.
https://github.com/janoamaral/tokyo-night-tmux/wiki
Other
297 stars 85 forks source link

Orange bar when switching from zsh to fish #90

Closed nambrosini closed 3 months ago

nambrosini commented 3 months ago

Describe the issue After switching from zsh to fish, the theme is not loading correctly, and all I can see is an orange line. I tried other themes like catppuccin, and it loads correctly.

To Reproduce This is my tmux.conf:

# Set true color
set-option -g default-shell /opt/homebrew/bin/fish
set-option -g default-terminal "xterm-256color"
set-option -sa terminal-overrides ",xterm*:Tc"
set -g mouse on 

# Set prefix
unbind C-b
set -g prefix C-Space
bind C-Space send-prefix

# Kill it with X-Force!
unbind-key x       
bind-key x kill-pane 
bind-key X kill-session

# Start windows and panes at 1, not 0
set -g base-index 1
set -g pane-base-index 1
set-window-option -g pane-base-index 1
set-option -g renumber-windows on

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'janoamaral/tokyo-night-tmux'
# set -g @plugin 'catppuccin/tmux'
#
# set -g @tokyo-night-tmux_window_id_style digital
# set -g @tokyo-night-tmux_pane_id_style hsquare
# set -g @tokyo-night-tmux_zoom_id_style dsquare
#
# Open panes in current directory
bind '|' split-window -v -c "#{pane_current_path}"
bind '-' split-window -h -c "#{pane_current_path}"

bind-key -r f run-shell "tmux neww ~/.cargo/bin/tms"

run-shell '~/.config/tmux/plugins/tpm/tpm'

All my .dotfiles with the fish configuration can be found here Dotfiles.

Screenshots CleanShot 2024-06-09 at 17 30 22

Environment:

janoamaral commented 3 months ago

Hi, please read and verify the requirements. I believe that's the same issue #85. Verify your bash version

cassiorsfreitas commented 2 months ago
~ ❯ brew install bash                                                                                                     
Warning: bash 5.2.26 is already installed and up-to-date.

My bash version is up to date. This is not the problem.