Skip to content

Conversation

@kmr-srbh
Copy link

Resolves #237

Before

~/OpenSource/shell(main)$ 
~/OpenSource/shell(main)$ cd ./crates/
~/OpenSource/shell/crates(main)$ cd ..
~/OpenSource/shell(main)$ 

Now

~/shell(display-unix-style-cwd)$ 
~/shell(display-unix-style-cwd)$ cd ./crates/
~/crates(display-unix-style-cwd)$ cd ..
~/shell(display-unix-style-cwd)$ 

@kmr-srbh
Copy link
Author

kmr-srbh commented Sep 18, 2025

CC @certik, @wolfv

@kmr-srbh kmr-srbh changed the title enh: display home-relative directory paths on Unix based systems (~/dir) enh: display directory base name as path on Unix based systems (~/dir) Sep 18, 2025
@kmr-srbh kmr-srbh force-pushed the display-unix-style-cwd branch from b4b67cc to a660418 Compare September 18, 2025 21:08
@kmr-srbh kmr-srbh changed the title enh: display directory base name as path on Unix based systems (~/dir) enh: display directory base name as terminal title on Unix based systems (~/dir) Sep 18, 2025
…ems (`~/dir`)

Signed-off-by: Saurabh Kumar <developer.saurabh@outlook.com>
@kmr-srbh kmr-srbh force-pushed the display-unix-style-cwd branch from a660418 to 143f127 Compare September 18, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When showing the directory in the terminal tab, use ~

1 participant