mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
7 lines
209 B
Cheetah
7 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 }}
|