X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/b90f1599e936d6471af84fc3a9a6368de6968c67..f98cb7bf41283653ccd5d575eb13d2695d0da97c:/.zsh/zshrc/90_compctl diff --git a/.zsh/zshrc/90_compctl b/.zsh/zshrc/90_compctl deleted file mode 100644 index cfdbed8..0000000 --- a/.zsh/zshrc/90_compctl +++ /dev/null @@ -1,14 +0,0 @@ -# zshrc/90_compctl -# -# Configures the completions system -# -# Copyright © 1994–2008 martin f. krafft -# Released under the terms of the Artistic Licence 2.0 -# -# Source repository: http://git.madduck.net/v/etc/zsh.git -# - -# make tab completion work the way i like it -setopt autolist automenu recexact alwaystoend - -# vim:ft=zsh