mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
refactor: reorganize setopts in lib folder
This commit is contained in:
parent
5cb943eea4
commit
277f38212a
3 changed files with 4 additions and 7 deletions
|
|
@ -53,8 +53,6 @@ if command diff --color /dev/null /dev/null &>/dev/null; then
|
|||
compdef _diff color-diff # compdef is already loaded by this point
|
||||
fi
|
||||
|
||||
setopt auto_cd
|
||||
setopt multios
|
||||
setopt prompt_subst
|
||||
|
||||
[[ -n "$WINDOW" ]] && SCREEN_NO="%B$WINDOW%b " || SCREEN_NO=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue