1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-15 03:13:10 +00:00
dotfiles/dot_tmux.conf.tmpl

8 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 }}