From 002cf3f861e03f4c0fd5405f66ad3da97d14185e Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 19 Jul 2017 15:31:12 +0200 Subject: [PATCH] added crash --- .gitmodules | 3 +++ lib/crash | 1 + zsh/zshrc | 5 ++++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 160000 lib/crash diff --git a/.gitmodules b/.gitmodules index 5bb3504..8291fae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "lib/dasht"] path = lib/dasht url = https://github.com/sunaku/dasht +[submodule "lib/crash"] + path = lib/crash + url = https://github.com/molovo/crash diff --git a/lib/crash b/lib/crash new file mode 160000 index 0000000..e5dc42d --- /dev/null +++ b/lib/crash @@ -0,0 +1 @@ +Subproject commit e5dc42d708c0a659db6a3100f99340b63df19c9b diff --git a/zsh/zshrc b/zsh/zshrc index 35bd1d1..c5c654c 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -49,4 +49,7 @@ done eval `dircolors ${HOME}/dotfiles/zsh/dircolors` # Completions Path -fpath=(${HOME}/dotfiles/lib/completions/src $fpath) +fpath=(${HOME}/dotfiles/lib/completions/src ${HOME}/dotfiles/lib/crash $fpath) + +# Register Crash +autoload -Uz crash && crash register