mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
7 lines
170 B
Bash
7 lines
170 B
Bash
# Unset options we don't want which were set in lib/plugins
|
|
unsetopt auto_cd
|
|
unsetopt cdablevarS
|
|
unsetopt complete_in_word
|
|
unsetopt share_history
|
|
unsetopt SHARE_HISTORY
|
|
|