Fredrik Duprez
Fredrik Duprez
Hi, just got 2.14.2 and the settings did not reset, so all is good now. Thanks!
2.14.4 again reset my settings like in the original issue
2.15.1 still happening
Should be possible to generate with a custom theme. If you look at my custom theme from issue #161 you should be able to change the truncated pwd function with...
A little test theme that does what you want. It might be slow - if there is a way to determine if we are inside a repo we should't do...
The output of gitstatus.sh seems wrong - it should show more data - so maybe start looking there. If I have a clean state on master gitstatus shows this: ```bash...
I agree with @magicmonty that this seems out of scope for this project. If you really want custom things to happen when in a git repo - maybe use the...
If you need to use the old `gitstatus_pre-1.7.10.sh` then I don't think it has support for `GIT_PROMPT_SHOW_UNTRACKED_FILES` unfortunately. It calculates (quite inefficiently) untracked files every time. If you are using...
See #280 Easiest is to use ssh-agent to cache the passphrase. I do it myself on KDE.
You should take a look at the function replaceSymbols: ```bash function replaceSymbols() { # Disable globbing, so a * could be used as symbol here set -f if [[ -z...