Skip to content

Instantly share code, notes, and snippets.

View yarivShamash's full-sized avatar

Yariv Shamash yarivShamash

  • Israel
View GitHub Profile
@dangtrinhnt
dangtrinhnt / .zshrc
Created April 2, 2014 06:31
.zshrc template
autoload -U compinit promptinit colors
compinit
promptinit
colors
# set completion style
export ZLS_COLORS=$LS_COLORS
zstyle ':completion:*' menu select
zstyle -e ':completion:*:default' list-colors 'reply=("${PREFIX:+=(#bi)($PREFIX:t)(?)*==34=34}:${(s.:.)LS_COLORS}")';