F5F Stay Refreshed Software Operating Systems Case insensitive on ZSH?

Case insensitive on ZSH?

Case insensitive on ZSH?

C
coolman9222
Posting Freak
754
03-14-2016, 06:52 PM
#1
You can run zsh commands without worrying about capitalization by using a case-insensitive shell. You don’t need to modify the .zshrc file—just ensure your command uses underscores or other consistent casing. For example, typing `cd desktop` works the same regardless of how you capitalize the letters.
C
coolman9222
03-14-2016, 06:52 PM #1

You can run zsh commands without worrying about capitalization by using a case-insensitive shell. You don’t need to modify the .zshrc file—just ensure your command uses underscores or other consistent casing. For example, typing `cd desktop` works the same regardless of how you capitalize the letters.

W
waterdemonwolf
Junior Member
3
04-03-2016, 11:08 AM
#2
W
waterdemonwolf
04-03-2016, 11:08 AM #2

A
Aoringo42
Junior Member
12
04-03-2016, 04:23 PM
#3
I became accustomed to it... I installed it on my Mac and lost track of how to set it up on my desktop using Ubuntu.
A
Aoringo42
04-03-2016, 04:23 PM #3

I became accustomed to it... I installed it on my Mac and lost track of how to set it up on my desktop using Ubuntu.

H
HiImPlasmic
Member
59
04-14-2016, 06:36 PM
#4
Linux file systems don't treat case differently, so your attempts to find solutions will likely lead to more issues.
H
HiImPlasmic
04-14-2016, 06:36 PM #4

Linux file systems don't treat case differently, so your attempts to find solutions will likely lead to more issues.

B
BlueMonkeyX9
Junior Member
7
05-05-2016, 02:30 PM
#5
Got it! Thank you!
B
BlueMonkeyX9
05-05-2016, 02:30 PM #5

Got it! Thank you!

L
LumbarX
Junior Member
37
05-05-2016, 08:23 PM
#6
Zsh handles tab completion without case sensitivity. Simply press Tab after typing 'cd desktop'. If only one match appears, it will auto-replace with the capitalized version. When multiple options exist, you receive the standard tab completion list.
L
LumbarX
05-05-2016, 08:23 PM #6

Zsh handles tab completion without case sensitivity. Simply press Tab after typing 'cd desktop'. If only one match appears, it will auto-replace with the capitalized version. When multiple options exist, you receive the standard tab completion list.