zsh Shell
Resources
Problems you may face
- Bad Colors from tab completion - link
Basically run these commands so that zsh follow your
dircolors
style:
eval "$(dircolors)"
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zsh completions
- locations of completion files
/usr/local/share/zsh/site-functions
or$fpath
variable
ohmyzsh
- Nice Plugins -
git
,autojump
,zsh-autosuggestions