ZSH

Pretty cool shell.

  • bindkey - show current mappings
  • zle -al - list all available widgets (mappings)

Fix autocompletion issues

# force rebuild of zcompdump
zsh -ic "rm -f ~/.zcompdump; compinit"