Tagged Questions
0
votes
1answer
24 views
How can I use sed to output the current and previous directory while including a tilde if $HOME is one directory further?
Currently my zsh prompt utilizes $'%2~ %%' to output the current and previous directory before just displaying % as my input prompt. For example, if I'm in /Users/david/Documents/Code/project, my ...
6
votes
2answers
376 views
Zsh color partial tab completions
Is it possible to color the completed part of the partial completion results in Zsh?
Fish does this by default (in Gentoo at least) as shown in the image below:
Full size image: ...