aboutsummaryrefslogtreecommitdiff
path: root/mkshrc
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-01-19 01:27:21 -0500
committerMitch Riedstra <mitch@riedstra.us>2018-01-19 01:27:21 -0500
commit5ea6e75a796633d32f2ddce373242c972c7b2e1d (patch)
treed8e0a39d25d3ae79f41855d959cb8e51f1f90391 /mkshrc
parent9c167d5e9117744a4e9fdf255954ebe241aeb845 (diff)
downloaddotfiles-5ea6e75a796633d32f2ddce373242c972c7b2e1d.tar.gz
dotfiles-5ea6e75a796633d32f2ddce373242c972c7b2e1d.tar.xz
Clena up tmux configuration and add a helper script. Tell mkshrc to pull the helper
Diffstat (limited to 'mkshrc')
-rw-r--r--mkshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkshrc b/mkshrc
index e250edc..f2f5fd7 100644
--- a/mkshrc
+++ b/mkshrc
@@ -453,6 +453,7 @@ pullsshconfig() {
}
updatetmuxconf() {
pulldotfile "tmux.conf"
+ pulldotfile "tmux_helper.sh"
if ! [ -e $HOME/.tmux.conf.local ] && [ `id -u` -eq 0 ] ; then
# If I ever change the color from green this will have to be updated I guess
grep 'green' $HOME/.tmux.conf | sed -e's/green/red/g' > $HOME/.tmux.conf.local