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

6 lines
209 B
Cheetah

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