~ruther/qmk_firmware

31eb82c911a8d15849b3e2229a956f5842cfb50f — QMK Bot 3 years ago 54658a3 + b75f669
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 2 insertions(+), 1 deletions(-)

M lib/python/qmk/cli/cd.py
M lib/python/qmk/cli/cd.py => lib/python/qmk/cli/cd.py +2 -1
@@ 2,6 2,7 @@
"""
import sys
import os
import subprocess

from milc import cli



@@ 41,6 42,6 @@ def cd(cli):
            # Set the prompt for the new shell
            qmk_env['MSYS2_PS1'] = qmk_env['PS1']
            # Start the new subshell
            cli.run([os.environ.get('SHELL', '/usr/bin/bash')], env=qmk_env)
            subprocess.run([os.environ.get('SHELL', '/usr/bin/bash')], env=qmk_env)
    else:
        cli.log.info("Already within qmk_firmware directory.")