From 5ea6e75a796633d32f2ddce373242c972c7b2e1d Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 19 Jan 2018 01:27:21 -0500 Subject: Clena up tmux configuration and add a helper script. Tell mkshrc to pull the helper --- mkshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'mkshrc') 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 -- cgit v1.2.3