refactor: reorganize setopts in lib folder

This commit is contained in:
Marc Cornellà 2023-02-24 20:55:31 +01:00
commit 277f38212a
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
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=""