added crash
This commit is contained in:
parent
2f09364f14
commit
002cf3f861
3 changed files with 8 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
lib/crash
Submodule
1
lib/crash
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e5dc42d708c0a659db6a3100f99340b63df19c9b
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue