-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fish-style directory paths #71
base: master
Are you sure you want to change the base?
Conversation
Use shrink_path for shorter path names
Dumb question: how do you use |
I was a bit confused about this merge request...... since It's been long that I don't really remember. But to answer your question directly, I've made my own ( hard-coded ) agnoster-theme that sets the path to be fish like. IE instead of The code that does that is the following:
You can use my forked version here: https://github.com/aemonge/agnoster-zsh-theme Or if @gdlm91 is able (cause I can't) to merge it to utilize the shrink_path would be Awesome ! |
can we still merge this maybe? |
It would be my pleasure;) Any thoughts on this @agnoster ? |
@apjanke done |
Thanks! |
Not from my part. But this I can spend some time during January to work on enabling such feature with a configuration variable :) |
If y'all are interested, I added this to my AgnosterJ fork. |
I've made a push to enable the trim path by @apjanke what does your pull-request do? Did you implement this by a use of a plugin ? |
My thingy is a fork of Agnoster, not a Zsh plugin. In my version, no plugin is needed; it just makes use of zsh's native prompt support. |
This will add fish-style directory paths when one has
shrink_path
installed.Closes #52