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

7 lines
209 B
Cheetah
Raw Normal View History

2023-03-02 19:33:57 +00:00
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 }}