diff options
author | Marc Cornellà <hello@mcornella.com> | 2023-02-24 20:55:31 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2023-02-24 20:55:31 +0100 |
commit | 277f38212aef31a6baba2cf1a0a355af611be5e0 (patch) | |
tree | a6e861dbb15257964b8553f264cd8f74cf983860 /lib/theme-and-appearance.zsh | |
parent | 5cb943eea46d322542c5c2a9f54b201eddc2aa67 (diff) | |
download | zsh-277f38212aef31a6baba2cf1a0a355af611be5e0.tar.gz zsh-277f38212aef31a6baba2cf1a0a355af611be5e0.tar.bz2 zsh-277f38212aef31a6baba2cf1a0a355af611be5e0.zip |
refactor: reorganize setopts in lib folder
Diffstat (limited to 'lib/theme-and-appearance.zsh')
-rw-r--r-- | lib/theme-and-appearance.zsh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/theme-and-appearance.zsh b/lib/theme-and-appearance.zsh index 1b64b51d4..208ab9ce5 100644 --- a/lib/theme-and-appearance.zsh +++ b/lib/theme-and-appearance.zsh @@ -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="" |