aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc.d
Commit message (Collapse)AuthorAgeFilesLines
* Port prompt SHLVL behaviour to zshTom Ryder2016-12-091-0/+7
|
* Correct check of --is-work-tree testTom Ryder2016-10-151-1/+1
|
* Fork bash prompt changes to zshTom Ryder2016-09-201-63/+66
|
* Fix an issue (silencing Git prompt errors)Tom Ryder2016-09-081-1/+1
|
* Restore old code for describing Git prompt commitTom Ryder2016-09-071-1/+2
| | | | | | | | | | | | | | | I'm really confused. I could have sworn this was working correctly (i.e. the --always option spat out a short reference to the commit as a fallback), but I must have been wrong. Maybe I hadn't installed the appropriate file when I was testing it. At first I thought this was a bug introduced in Git 2.10, but the short-circuit disregarding --always if --exact-match or --candidates=0 is set seems to have been in the `describe` builtin for ages. I must have just tested poorly; I can't see any other explanation in the source. No matter; this isn't much slower.
* Port Bash prompt improvements to ZshTom Ryder2016-09-011-33/+25
|
* Port Bash prompt to ZshTom Ryder2016-08-271-0/+214
Somewhat naïvely; just quick searches of `man zshall`. I'm sure some of the stuff I removed has analogous features or that they can be implemented.