mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-21 13:16:04 +00:00
Update tmux.conf
This commit is contained in:
parent
8369610a0e
commit
455d5636a7
3 changed files with 19 additions and 2 deletions
13
dot_profile
13
dot_profile
|
@ -7,6 +7,19 @@ if [ -d $HOME/.julia/juliaup/bin ]; then
|
|||
export PATH="$HOME/.julia/juliaup/bin:$PATH"
|
||||
fi
|
||||
|
||||
# >>> juliaup initialize >>>
|
||||
|
||||
# !! Contents within this block are managed by juliaup !!
|
||||
|
||||
case ":$PATH:" in
|
||||
*:/home/millironx/.juliaup/bin:*)
|
||||
;;
|
||||
*)
|
||||
export PATH=/home/millironx/.juliaup/bin${PATH:+:${PATH}}
|
||||
;;
|
||||
esac
|
||||
# <<< juliaup initialize <<<
|
||||
|
||||
# Linuxbrew setup
|
||||
if [ -d $HOME/../linuxbrew/.linuxbrew ]; then
|
||||
BREWPATH=$HOME/../linuxbrew/.linuxbrew
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
set -g default-terminal "tmux-256color"
|
||||
source "/usr/share/tmux/powerline.conf"
|
6
dot_tmux.conf.tmpl
Normal file
6
dot_tmux.conf.tmpl
Normal file
|
@ -0,0 +1,6 @@
|
|||
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 }}
|
Loading…
Reference in a new issue