all repos — nixfiles @ 3c68acef3de6b4eae87241ea4c9b742066baeee4

System and user configuration, managed by nix and home-manager

zsh: remove lunchy (unused)
Alan Pearce alan@alanpearce.eu
Wed, 09 Oct 2019 21:21:39 +0200
commit

3c68acef3de6b4eae87241ea4c9b742066baeee4

parent

030d1651123b270380a6e7eb92ad17a57f9cacb0

1 files changed, 0 insertions(+), 8 deletions(-)

jump to
M user/zsh/.config/zsh/.zshrcuser/zsh/.config/zsh/.zshrc
@@ -83,14 +83,6 @@ fi 
 # General configuration
 
-if [[ -n $commands[lunchy] ]]
-then
-  LUNCHY_DIR=$(dirname $(gem which lunchy))/../extras
-  if [ -f $LUNCHY_DIR/lunchy-completion.zsh ]; then
-    . $LUNCHY_DIR/lunchy-completion.zsh
-  fi
-fi
-
 PROMPT='%B%F{green}%n %F{blue}%~%b%f
 %# '
 if [[ $TERM == "dumb" ]]