Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
c1444a96
Commit
c1444a96
authored
Oct 07, 2009
by
Matthew Donoughe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
should probably use the value of CASE_INSENSITIVE
parent
cea6040c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
completion.zsh
lib/completion.zsh
+2
-2
No files found.
lib/completion.zsh
View file @
c1444a96
...
@@ -14,7 +14,7 @@ compinit
...
@@ -14,7 +14,7 @@ compinit
zmodload
-i
zsh/complist
zmodload
-i
zsh/complist
## case-insensitive (all),partial-word and then substring completion
## case-insensitive (all),partial-word and then substring completion
if
[
"
$CASE_SENSITIVE
"
]
;
then
if
[
"
x
$CASE_SENSITIVE
"
=
"xtrue
"
]
;
then
zstyle
':completion:*'
matcher-list
'r:|[._-]=* r:|=*'
'l:|=* r:|=*'
zstyle
':completion:*'
matcher-list
'r:|[._-]=* r:|=*'
'l:|=* r:|=*'
unset
CASE_SENSITIVE
unset
CASE_SENSITIVE
else
else
...
@@ -42,4 +42,4 @@ zstyle ':completion:*:*:(ssh|scp):*:*' hosts `sed 's/^\([^ ,]*\).*$/\1/' ~/.ssh/
...
@@ -42,4 +42,4 @@ zstyle ':completion:*:*:(ssh|scp):*:*' hosts `sed 's/^\([^ ,]*\).*$/\1/' ~/.ssh/
# zstyle ':completion:*:history-words' stop yes
# zstyle ':completion:*:history-words' stop yes
# zstyle ':completion:*:history-words' remove-all-dups yes
# zstyle ':completion:*:history-words' remove-all-dups yes
# zstyle ':completion:*:history-words' list false
# zstyle ':completion:*:history-words' list false
# zstyle ':completion:*:history-words' menu yes
# zstyle ':completion:*:history-words' menu yes
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment