this post was submitted on 06 Sep 2024
607 points (90.3% liked)

linuxmemes

20707 readers
226 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 30 points 1 week ago* (last edited 1 week ago) (2 children)

cd downloads

bash: cd: downloads: No such file or directory

cd Downloads

user@pcname:~/Downloads$

[–] [email protected] 23 points 1 week ago* (last edited 1 week ago)

Bash has an option for that you can put in your .bashrc:

bind "set completion-ignore-case on"

Other interesting options exist

[–] [email protected] 12 points 1 week ago (1 children)

Zsh autocompletes lowercase input to the correct file or folder name when using tab. It's great!

[–] [email protected] 4 points 1 week ago (1 children)

Fish does this too, it's super convenient