diff --git a/nwg_shell_config/main.py b/nwg_shell_config/main.py index e8bb944..9b489d6 100644 --- a/nwg_shell_config/main.py +++ b/nwg_shell_config/main.py @@ -41,6 +41,7 @@ def main(): sys.exit(1) try: subprocess.Popen(cmd.split()) + sys.exit(0) except Exception as e: eprint(e) sys.exit(1)