14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
set -g @catppuccin_flavor 'frappe'
|
|
|
|
run "#{d:current_file}/../../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
|
|
|
|
set -g default-shell '/opt/homebrew/bin/fish'
|