15 lines
437 B
Bash
15 lines
437 B
Bash
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
|
set -g base-index 1
|
|
setw -g pane-base-index 1
|
|
|
|
set -g @catppuccin_flavor 'mocha'
|
|
|
|
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
|
|
|
|
# Make the status line more pleasant.
|
|
set -g status-left ""
|
|
set -g status-right '#[fg=#{@thm_crust},bg=#{@thm_teal}] session: #S '
|
|
|
|
# Ensure that everything on the right side of the status line
|
|
# is included.
|
|
set -g status-right-length 100
|