-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Description
When using the sorin theme, it ignores hashed directories. In the sense that if you do something like:
hash -d doc=~/Documents
cd ~/Documents
You will see ~/Documents rather than ~doc on the side. I have an implementation of prompt_sorin_pwd that would display this as ~doc. I understand this is not necessarily a bug, but perhaps a matter of taste. Perhaps a version that provides an option would be best?
If this is viewed as undesirable, I'm happy to upstream my theme, which is a variant of sorin. Other than this change, it also changes some of the colors to work better with solarized, which is probably at least a moderately popular choice, and makes some minor tweaks to git information. If nothing else, the bits and pieces may be handy for users looking to piece together their own themes.