diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | files/.gitconfig | 2 | ||||
| -rw-r--r-- | files/.zprofile | 1 | ||||
| -rw-r--r-- | files/.zsh/rc/S40_completion | 5 | ||||
| m--------- | files/.zsh/zsh-completions | 0 |
5 files changed, 8 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4373d02..97bea45 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "files/.vim/bundle/vim-markdown"] path = files/.vim/bundle/vim-markdown url = https://github.com/plasticboy/vim-markdown.git +[submodule "files/.zsh/zsh-completions"] + path = files/.zsh/zsh-completions + url = https://github.com/zsh-users/zsh-completions.git diff --git a/files/.gitconfig b/files/.gitconfig index b9c9357..1a38a2c 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -24,3 +24,5 @@ fix = commit --amend -C HEAD ar = !sh -c 'git archive --format=tar --prefix="$(basename "$PWD")-$1/" $1^{tree} | bzip2 >"$(basename "$PWD")-$1.tar.bz2"' - history-all = "!gitk --all $( git fsck | awk '/dangling commit/ {print $3}'; git log -g --pretty='format:%H')" +[push] + default = matching diff --git a/files/.zprofile b/files/.zprofile deleted file mode 100644 index 7185103..0000000 --- a/files/.zprofile +++ /dev/null @@ -1 +0,0 @@ -source ~/.zsh/zprofile diff --git a/files/.zsh/rc/S40_completion b/files/.zsh/rc/S40_completion index dc58319..121bad7 100644 --- a/files/.zsh/rc/S40_completion +++ b/files/.zsh/rc/S40_completion @@ -37,7 +37,8 @@ zstyle ':completion:*' users $users # Ignore for vim zstyle ':completion:*:*:vi(m|):*:*files' ignored-patterns '*?.(aux|dvi|ps|pdf|bbl|toc|lot|lof|o|cm?|class|py[oc])' - - +fpath=($HOME/.zsh/zsh-completions/src $fpath) +# To force rebuild zcompdump: +# rm -f ~/.zcompdump; compinit # vim: et ft=zsh fdm=marker : diff --git a/files/.zsh/zsh-completions b/files/.zsh/zsh-completions new file mode 160000 +Subproject d992bd0ab99cfd7cb3b116ca2b34bd42940dfc9 |
