diff --git a/.tmux.conf b/.tmux.conf index f0109ef..eeb13b5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -87,8 +87,6 @@ set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'ofirgall/tmux-window-name' set -g @plugin 'dreamsofcode-io/catppuccin-tmux' -# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run '~/.tmux/plugins/tpm/tpm' #-------------------------------------------------------------------------- # Styling and Visual Customization @@ -128,3 +126,8 @@ set-option -g status-style "fg=#828bb1 bg=default" # default will set the backgr # set-option -g window-status-current-format "#{window_index}:#{window_name}#{window_flags} " # set-option -g window-status-current-style "fg=#a0c6dc" #for gruvbox use: dcc7a0 or aeb6ff # set-option -g window-status-activity-style none + +set -g default-command /usr/local/bin/fish +set -g default-shell /usr/local/bin/fish + +run '~/.tmux/plugins/tpm/tpm' \ No newline at end of file