refactor: reorganize setopts in lib folder

This commit is contained in:
Marc Cornellà
2023-02-24 20:55:31 +01:00
parent 5cb943eea4
commit 277f38212a
3 changed files with 4 additions and 7 deletions

View File

@@ -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=""