From 96146bd50fc32525a4646e1fd8cc094cc19389f2 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 19 Jul 2017 15:38:11 +0200 Subject: [PATCH] removed crash becuase it, well, crashed :) --- zsh/zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index c5c654c..35bd1d1 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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)