From 0f0f29a0aa1d5cf011e1ba8e59e06dfc4c8315b4 Mon Sep 17 00:00:00 2001 From: ys Date: Sat, 20 Apr 2013 22:17:13 +0800 Subject: [PATCH 1/3] add: highlighting plugin. --- plugins/zsh-syntax-highlighting | 1 + 1 file changed, 1 insertion(+) create mode 160000 plugins/zsh-syntax-highlighting diff --git a/plugins/zsh-syntax-highlighting b/plugins/zsh-syntax-highlighting new file mode 160000 index 000000000..e5d8a50d3 --- /dev/null +++ b/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit e5d8a50d362a153a28506be6fae9cf179dbb5fd4 From 1b932efb70dfaac5fd0797f561764e7e8366eadb Mon Sep 17 00:00:00 2001 From: ys Date: Sat, 20 Apr 2013 22:17:31 +0800 Subject: [PATCH 2/3] fix: A bug in upgrade tool. --- tools/upgrade.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 0aeebdebf..a039d32f0 100644 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -1,5 +1,4 @@ current_path=`pwd` -current_path=${current_path/ /\\ } printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh" cd "$ZSH" From 40bb038dfad3c00de1ef2a75a7a317c6286be403 Mon Sep 17 00:00:00 2001 From: ys Date: Sun, 21 Apr 2013 05:01:14 +0800 Subject: [PATCH 3/3] add: Submodules' config. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..e5ab7c726 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "plugins/zsh-syntax-highlighting"] +path = plugins/zsh-syntax-highlighting +url = git://github.com/zsh-users/zsh-syntax-highlighting.git \ No newline at end of file