...
This commit is contained in:
parent
5b2ba448b6
commit
4fb804efc6
@ -53,7 +53,7 @@ def setup_integration(shell_name: str, rc_path: str, template: str = posix_templ
|
||||
def setup_zsh_integration() -> None:
|
||||
base = os.environ.get('ZDOTDIR', os.path.expanduser('~'))
|
||||
rc = os.path.join(base, '.zshrc')
|
||||
if os.path.exists(rc):
|
||||
if os.path.exists(rc): # dont prevent zsh-newuser-install from running
|
||||
setup_integration('zsh', rc)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user