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

linuxmemes

20707 readers
415 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] 0 points 1 week ago

In fish it would immediately expand to dir2.

If you have "Dir1" and "DIR2" and you type "cd d", your prompt will look like in the next picture. Fish automatically transforms "d" into "D", because there is no dir starting with the lowercase "d".

On a subsequent you'll get a list of dirs matching your prompt so far in which you choose an entry with the cursor key and enter it with the enter key.