6 lines
169 B
Bash
6 lines
169 B
Bash
#! zsh
|
|
setopt auto_pushd pushd_ignore_dups
|
|
setopt correct
|
|
|
|
zstyle ':completion:*' completer _expand _complete _correct _approximate
|
|
zstyle ':completion:*' menu select=2
|