From 120a1fe4a0ce37985dc29453c3bd27680b63b695 Mon Sep 17 00:00:00 2001 From: wfxr Date: Tue, 27 Oct 2015 20:37:50 +0800 Subject: [PATCH] bug fix: now default theme can work properly --- themepack.tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themepack.tmux b/themepack.tmux index 954055a..ff18863 100755 --- a/themepack.tmux +++ b/themepack.tmux @@ -3,7 +3,7 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" theme_option="@themepack" -defalut_theme='block/blue' +default_theme='block/blue' get_tmux_option() { local option="$1"