aboutsummaryrefslogtreecommitdiff
path: root/zsh
Commit message (Collapse)AuthorAgeFilesLines
* Port prompt SHLVL behaviour to zshTom Ryder2016-12-092-0/+14
|
* 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-272-2/+219
| | | | | | 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.
* Drastically limit amount of history keptTom Ryder2016-08-181-2/+2
| | | | | | Reading really large files seems to be slow in Bash in general, but it's particularly bad in 4.4rc1. I keep encrypted snapshots of my HISTFILE on my home machine, so it's just a little extra step to search them.
* Update bashrc/zshrc with POSIX funcs sourceTom Ryder2016-08-171-0/+3
|
* Instate some actual real zsh configurationTom Ryder2016-08-152-2/+13
|
* Remove blank lines at end of filesTom Ryder2016-03-282-2/+0
|
* Whoops, forgot .zprofileTom Ryder2016-01-291-0/+2
|
* Add Zsh configurationTom Ryder2016-01-271-0/+2
|
* Well, that was underwhelming.Tom Ryder2012-06-052-143/+0
|
* Couple more Zsh optionsTom Ryder2012-06-051-1/+7
|
* Brackets for visual cue that I'm using ZshTom Ryder2012-06-041-1/+1
|
* Refactor bashrc config for parity with new zshrcTom Ryder2012-06-042-0/+137
I'm trying out Zshrc for a bit for a future Arabesque article. I've started by just trying to get rough feature parity with my Bash configuration. I've had some moderate success though it's taken quite some time.