Convert tmux from stow to chezmoi
parent
5dd202512d
commit
398158e747
@ -1,7 +1,6 @@
|
||||
/hellotech/
|
||||
/install-scripts/
|
||||
/old-scripts/
|
||||
/tmux/
|
||||
/vim-fancy/
|
||||
/vim/
|
||||
/README.md
|
||||
|
@ -1,4 +1,6 @@
|
||||
{{ if lookPath "tmux" -}}
|
||||
if [ "$TMUX" ]; then
|
||||
# TERM=tmux-256color does not work as expected on osx
|
||||
export TERM=screen-256color
|
||||
fi
|
||||
{{- end }}
|
@ -1 +0,0 @@
|
||||
Subproject commit 33fa65fbfb72ba6dd106c21bf5ee6cc353ecdbb6
|
Loading…
Reference in New Issue