Commit Graph

30 Commits (8eee4d0ca5842f81413380340064cca12e6b8beb)

Author SHA1 Message Date
Bo Jeanes 70c04afb18 Disable node_version component and just use asdf
Only bypassing ASDF for Rust, because `rustup` can read a toolchain file
in a rust project and bypass whatever ASDF has set anyway.
2020-05-26 13:49:54 +10:00
Bo Jeanes 7c0e2d78ae Remove files unused since the switch to Fresh 2020-05-26 13:35:50 +10:00
Bo Jeanes f2bc9fe158 Switch ZSH prompt to P10K 2020-05-26 13:35:21 +10:00
Bo Jeanes f1a146d9b4 Switch {zsh,fast}-syntax-highlighting 2020-05-26 13:33:59 +10:00
Bo Jeanes cb51dd7e75 Improve ZSH completions loading 2020-04-03 10:47:33 +11: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 5f99942c10 Experiment with 2-line ZSH prompt 2017-04-02 10:18:39 +10:00
Bo Jeanes 3eb8b8be6a Tweak blue colour in prompt 2017-04-02 10:18:23 +10:00
Bo Jeanes b688e8945b Extract out prompt function so the prompt can be overridden and extended 2015-08-07 15:18:26 +10:00
Bo Jeanes 1d4ceca95e Shell overview 2013-12-03 10:48:19 -08:00
Bo Jeanes 597b1feda9 Submodule some zsh deps 2013-11-11 20:24:58 -08:00
Bo Jeanes c78b9cbbc1 Slight performance tweak 2013-04-04 20:27:00 -05:00
Bo Jeanes 06ab47e726 Support chruby 2013-03-31 16:03:43 -05:00
Bo Jeanes f48931f4e8 Try to get my zsh config loadable inside emacs shell 2013-03-09 23:41:24 -06:00
Bo Jeanes b6a3a935fa Show when ZSH is waiting for completion 2013-03-09 23:39:27 -06:00
Bo Jeanes 10a2d1a43d Fix history 2012-12-04 18:55:32 -06:00
Bo Jeanes 4dbe2a4bcf improve ps1 2012-11-23 17:37:04 -06:00
Bo Jeanes 54f349c7a6 Remove ZSH 2012-11-20 14:40:40 -06:00
Bodaniel Jeanes afbc403129 Move ZSH-specific command timing to zsh config 2012-01-04 21:46:51 -06:00
Bodaniel Jeanes 9827b76c4c Remove commented out code 2012-01-04 19:46:23 -06:00
Bodaniel Jeanes 6a02740fc7 Load oh-my-zsh after tmux to speed up new shells 2012-01-04 19:44:17 -06:00
Bodaniel Jeanes 89bd577b20 Add rbenv init to zshenv so vim detects paths properly 2011-11-23 08:33:24 -06:00
Bodaniel Jeanes 83181ec7a5 Simple bash prompt 2011-10-24 23:16:15 -05: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 34d7da7b9d That's neater. 2011-10-23 22:39:10 -05:00
Bodaniel Jeanes 6e4774cd19 More refactoring of shell files 2011-10-23 22:31:23 -05:00
Bodaniel Jeanes b1b3b88349 Move around some shell files 2011-10-23 22:14:51 -05:00