zsh - get bash like completion

  1. % nano ~/.zshrc
  2. put the following:
    setopt bash_auto_list; setopt no_auto_menu; unsetopt ALWAYS_LAST_PROMPT;
  3. Profit!

Comments