mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Override some zsh options
This commit is contained in:
parent
4014236fa5
commit
2542daf53b
1 changed files with 7 additions and 0 deletions
7
custom/options.zsh
Normal file
7
custom/options.zsh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue