]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/zsh-navigation-tools/znt-cd-widget
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / zsh-navigation-tools / znt-cd-widget
1 autoload znt-usetty-wrapper n-cd
2 local NLIST_START_IN_SEARCH_MODE=0
3 local NLIST_START_IN_UNIQ_MODE=0
4
5 znt-usetty-wrapper n-cd "$@"
6
7 unset NLIST_START_IN_SEARCH_MODE
8 unset NLIST_START_IN_UNIQ_MODE