From 36421a42918b85c2e8e8b260a63f52edd957af02 Mon Sep 17 00:00:00 2001 From: Eragos Date: Fri, 5 Aug 2016 19:23:47 +0200 Subject: [PATCH] reload tmux config after update --- functions | 1 + 1 file changed, 1 insertion(+) diff --git a/functions b/functions index 757741f..e9e4a85 100644 --- a/functions +++ b/functions @@ -40,6 +40,7 @@ udot() { git submodule init git submodule update echo -e "" + tmux source-file ~/.tmux.conf > /dev/null 2>&1 } # will attach to existing tmux session, create new if one does not exist or just start bash if there is no tmux available.