zsh: compinit: unsetopt nocaseglob

This commit is contained in:
Tee KOBAYASHI 2021-11-29 06:02:42 +09:00 committed by Henrik Grimler
parent c01cceb43b
commit 5f40673ec5
2 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Shell with lots of features"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=5.8
TERMUX_PKG_REVISION=10
TERMUX_PKG_REVISION=11
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/zsh-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=dcc4b54cc5565670a65581760261c163d720991f0d06486da61f8d839b52de27
# Remove hard link to bin/zsh as Android does not support hard links:

View File

@ -0,0 +1,10 @@
--- a/Completion/compinit
+++ b/Completion/compinit
@@ -69,6 +69,7 @@
emulate -L zsh
setopt extendedglob
+unsetopt nocaseglob
typeset _i_dumpfile _i_files _i_line _i_done _i_dir _i_autodump=1
typeset _i_tag _i_file _i_addfiles _i_fail=ask _i_check=yes _i_name