Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/theme-and-appearance.zsh sets non-appearance options #3586

Open
apjanke opened this issue Feb 15, 2015 · 1 comment · May be fixed by #9750
Open

lib/theme-and-appearance.zsh sets non-appearance options #3586

apjanke opened this issue Feb 15, 2015 · 1 comment · May be fixed by #9750
Labels
Area: core Issue or PR related to core parts of the project Enhancement Improved user experience

Comments

@apjanke
Copy link
Contributor

apjanke commented Feb 15, 2015

The lib/theme-and-appearance.zsh script sets some shell options that don't look related to cosmetic theme and appearance stuff. At line 22:

#setopt no_beep
setopt auto_cd
setopt multios
setopt cdablevars

Shouldn't these be set somewhere else? They have significant semantic effects, especially multios.

@mcornella mcornella added Area: core Issue or PR related to core parts of the project Enhancement Improved user experience labels Feb 12, 2020
@7rulnik
Copy link

7rulnik commented Feb 21, 2020

I believe that auto_cd should be inside lib/directories.zsh

@ryuheechul ryuheechul linked a pull request Mar 19, 2021 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: core Issue or PR related to core parts of the project Enhancement Improved user experience
Projects
Status: Backlog
3 participants