mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
...
This commit is contained in:
@@ -53,7 +53,7 @@ def setup_integration(shell_name: str, rc_path: str, template: str = posix_templ
|
|||||||
def setup_zsh_integration() -> None:
|
def setup_zsh_integration() -> None:
|
||||||
base = os.environ.get('ZDOTDIR', os.path.expanduser('~'))
|
base = os.environ.get('ZDOTDIR', os.path.expanduser('~'))
|
||||||
rc = os.path.join(base, '.zshrc')
|
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)
|
setup_integration('zsh', rc)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user