From 836e32a27f11ffbf5ab77f76b25ddd18d9a40e85 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 14 Aug 2012 11:34:55 +0200 Subject: [PATCH 1/2] add file to exclude cmds from autocorrection --- oh-my-zsh | 2 +- zsh_nocorrect | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 zsh_nocorrect diff --git a/oh-my-zsh b/oh-my-zsh index b42d44a..aee8909 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit b42d44ab8abefea37df6112bd613a07b379598c5 +Subproject commit aee8909a102024f98e03c40b54e48f97c2aa28a9 diff --git a/zsh_nocorrect b/zsh_nocorrect new file mode 100644 index 0000000..5664e30 --- /dev/null +++ b/zsh_nocorrect @@ -0,0 +1 @@ +git From 67d3036ca2ef5121def4992c310c97de047ac85e Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 14 Aug 2012 11:36:52 +0200 Subject: [PATCH 2/2] update my github account --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5059e06..8710c9c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "oh-my-zsh"] path = oh-my-zsh - url = git@github.com:igrat/oh-my-zsh.git + url = git@github.com:tomru/oh-my-zsh.git [submodule "config/awesome"] path = config/awesome - url = git@github.com:igrat/awesome-config.git + url = git@github.com:tomru/awesome-config.git [submodule "vim/bundle/vundle"] path = vim/bundle/vundle url = https://github.com/gmarik/vundle.git