From c54d03d00f041c4209ed4f4e2be246a1fd5b1f7f Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Sun, 26 Aug 2018 17:58:25 -0500 Subject: [PATCH] removed empty/unused 'completion' file and references --- completion | 0 zshrc | 2 -- 2 files changed, 2 deletions(-) delete mode 100644 completion diff --git a/completion b/completion deleted file mode 100644 index e69de29..0000000 diff --git a/zshrc b/zshrc index 4d7af36..9845f1d 100644 --- a/zshrc +++ b/zshrc @@ -7,7 +7,6 @@ else source $HOME/.zsh/interactive source $HOME/.zsh/exports source $HOME/.zsh/bindkeys - source $HOME/.zsh/completion source $HOME/.zsh/setopt PROMPT="UNCONFIGURED%# " return 1 @@ -17,7 +16,6 @@ source $HOME/.zsh/alias source $HOME/.zsh/interactive source $HOME/.zsh/exports source $HOME/.zsh/bindkeys -source $HOME/.zsh/completion source $HOME/.zsh/setopt if [ $SYNTAX_HIGHLIGHT = true ] then