From 90387f93d4db113924cc8f09f57ce38b4e8f321c Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 23 Nov 2013 22:30:50 +0900 Subject: [PATCH] show what done in __mysetup --- shrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shrc b/shrc index 59654cf..a466a46 100755 --- a/shrc +++ b/shrc @@ -322,6 +322,7 @@ __mysetup_mkdirs(){ } __mysetup(){ + set -x __mysetup_mkdirs __mysetup_fetch_script \ https://gist.github.com/10sr/6852317/raw/colortable16.sh colortable16.sh @@ -332,6 +333,7 @@ __mysetup(){ __mysetup_darwin_set_defaults __mysetup_darwin_start_daemon fi + set +x } #######################