Commit Graph

8 Commits (f1a146d9b4a92558db9afd39cdc14eb4ca5f7494)

Author SHA1 Message Date
Bo Jeanes f1a146d9b4 Switch {zsh,fast}-syntax-highlighting 2020-05-26 13:33:59 +10:00
Bo Jeanes 2c0385ee10 Make ZSH plugin loading a bit more consistent 2020-04-03 10:47:33 +11:00
Bo Jeanes 4d613c1d22 More nuanced zsh history searching
up/down - search history using command as prefix
shift+up/down - search history using command as filter (non-prefix)
page up/page down - same as shift+up/shift+down
2020-04-03 10:40:26 +11:00
Bo Jeanes 1aa3612dd8 Fix arrow keys in ZSH insides WSL/Windows Terminal 2020-04-03 10:23:55 +11:00
Bo Jeanes 49ba55207f /shrug 2019-07-22 16:21:32 +10:00
Bo Jeanes 597b1feda9 Submodule some zsh deps 2013-11-11 20:24:58 -08:00
Bodaniel Jeanes 8dd25c16b5 Majorly refactor shell files
Changes:

* Reduce duplication across Bash and Zsh
* Increase code sharing between the two
* Automatically load shell files in 'lib' directories
* Zsh `precmd` emulation in Bash
* Move shared prompt (not compatible with Bash) to be Zsh only
* `rbenv` loading for each shell
* etc...

Still to do:

* Bash prompt
* Cross-shell terminal color abstraction
2011-10-24 22:40:00 -05:00
Bodaniel Jeanes b1b3b88349 Move around some shell files 2011-10-23 22:14:51 -05:00