ZSH
Pretty cool shell.
bindkey
- show current mappingszle -al
- list all available widgets (mappings)
Fix autocompletion issues
# force rebuild of zcompdump
zsh -ic "rm -f ~/.zcompdump; compinit"
Pretty cool shell.
bindkey
- show current mappingszle -al
- list all available widgets (mappings)# force rebuild of zcompdump
zsh -ic "rm -f ~/.zcompdump; compinit"