reload tmux config after update

This commit is contained in:
2016-08-05 19:23:47 +02:00
parent cdbf7bca86
commit 36421a4291

View File

@@ -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.