Differences between revisions 7 and 12 (spanning 5 versions)
Revision 7 as of 2012-10-03 07:07:59
Size: 1093
Editor: SamatJain
Comment:
Revision 12 as of 2015-12-28 11:27:53
Size: 1496
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]]
Line 14: Line 15:
 * [[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
Line 28: Line 31:

== 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

Debian packages

zsh-antigen zsh-lovers zsh-syntax-highlighting

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