Differences between revisions 5 and 13 (spanning 8 versions)
Revision 5 as of 2012-06-29 09:13:31
Size: 780
Editor: SamatJain
Comment: Speeding up git completion
Revision 13 as of 2020-06-10 01:30:41
Size: 1645
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * [[https://www.dustri.org/b/my-zsh-configuration.html|Julien (jvoisin) Voisin's zsh configuration]]

 * [[http://grml.org/zsh/|grml's zsh resources]]

 * [[http://fendrich.se/blog/2012/09/28/no/|No, really. Use Zsh. - IFHO]]: On using oh-my-zsh, etc
 * [[http://blog.andrewhays.net/love-your-terminal|Love Your Terminal]]: On making a better terminal. Discussion on git prompts, better shell history tracking, etc
 * [[https://github.com/rimraf/k|k]]: colored ls for zsh

== Configuration starting points ==

 * [[https://github.com/sorin-ionescu/prezto|Prezto]] — fork of oh-my-zsh, supposed to be more modular and faster?
Line 20: Line 31:

== Plugins to try ==

 * zsh-histdb — Stores history in SQLite database with timestamp, current working directory, hostname, session id, etc.

== Debian packages ==

zsh-antigen
zsh-lovers
zsh-syntax-highlighting

vi-mode editing:

bindkey -v

Configuration starting points

  • Prezto — fork of oh-my-zsh, supposed to be more modular and faster?

Speeding up git completion

   1 __git_files () {
   2     _wanted files expl ‘local files’ _files
   3 }

from Zsh and slow git completion

Plugins to try

  • zsh-histdb — Stores history in SQLite database with timestamp, current working directory, hostname, session id, etc.

Debian packages

zsh-antigen zsh-lovers zsh-syntax-highlighting

SamatsWiki: Zsh (last edited 2020-06-10 01:30:41 by SamatJain)