mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-21 21:26:04 +00:00
Merge branch 'master' of github.com:MillironX/dotfiles
This commit is contained in:
commit
252ce21dc5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
{{- if (eq .chezmoi.osRelease.id "debian") }}
|
{{ if (eq .chezmoi.osRelease.id "debian") }}
|
||||||
source "/usr/share/powerline/bindings/tmux/powerline.conf"
|
source "/usr/share/powerline/bindings/tmux/powerline.conf"
|
||||||
{{- else -}}
|
{{ else }}
|
||||||
source "/usr/share/tmux/powerline.conf"
|
source "/usr/share/tmux/powerline.conf"
|
||||||
{{- end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue