This commit is contained in:
Riley Housden 2022-06-25 00:09:01 -04:00
parent e0488cf830
commit 0f5bbd78ad
Signed by: InValidFire
GPG key ID: 0D6208F6DF56B4D8
5 changed files with 46 additions and 7 deletions

View file

@ -1,4 +1,4 @@
source xsh/functions.xsh
source ~/xsh/functions.xsh
def _debug():
if $XONSH_SHOW_TRACEBACK:

View file

@ -1,4 +1,4 @@
source xsh/exceptions.xsh
source ~/xsh/exceptions.xsh
def in_wsl() -> bool:
"""Determines if the system is running inside a WSL environment."""