You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dotfiles/dot_tmux.conf.tmpl

9 lines
249 B
Cheetah

set -g default-terminal "tmux-256color"
{{- if eq .chezmoi.os "linux" }}
{{ if (eq .chezmoi.osRelease.id "debian") }}
source "/usr/share/powerline/bindings/tmux/powerline.conf"
{{ else }}
source "/usr/share/tmux/powerline.conf"
{{ end }}
{{- end }}