Skip to content

Instantly share code, notes, and snippets.

@nekolinuxblog
Last active August 29, 2015 14:22
Show Gist options
  • Save nekolinuxblog/051c23906378b56cfdfd to your computer and use it in GitHub Desktop.
Save nekolinuxblog/051c23906378b56cfdfd to your computer and use it in GitHub Desktop.
# color設定
export LSCOLORS=exfxcxdxbxegedabagacad
zstyle ':completion:*' list-colors di=34 ln=35 ex=31
zstyle ':completion:*:kill:*' list-colors \
'=(#b) #([0-9]#)*( *[a-z])*=34=31=33'
# 一覧表示の形式設定
zstyle ':completion:*' group-name ''
zstyle ':completion:*:descriptions' format '%BCompleting%b %U%d%u'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment