removed crash becuase it, well, crashed :)

This commit is contained in:
Nikolas Weger 2017-07-19 15:38:11 +02:00
parent 002cf3f861
commit 96146bd50f

View file

@ -49,7 +49,4 @@ done
eval `dircolors ${HOME}/dotfiles/zsh/dircolors`
# Completions Path
fpath=(${HOME}/dotfiles/lib/completions/src ${HOME}/dotfiles/lib/crash $fpath)
# Register Crash
autoload -Uz crash && crash register
fpath=(${HOME}/dotfiles/lib/completions/src $fpath)