automotiveMastermind / numonic

The second generation prompt for macOS, Linux, and WSL
MIT License
9 stars 5 forks source link

fix(shell): XDG_RUNTIME_DIR env var not set in wsl #11

Open rymancl opened 2 years ago

rymancl commented 2 years ago

Commands to Reproduce

echo ${XDG_RUNTIME_DIR}

Expected Results

XDG_RUNTIME_DIR is set

Actual Results

XDG_RUNTIME_DIR is empty

Any additional logs that will help us?

No response

Operating System(s)

Windows (WSL)

Operating System (Other)

No response

Architecture

amd64 / x86_64

Shell

sh

Terminal Program(s)

other

Terminal Program(s) (Other)

Windows Terminal (wsl)

What is the output from uname -srv on the system(s) where the bug is occurring?

Linux 4.19.104-microsoft-standard #1 SMP Wed Feb 19 06:37:35 UTC 2020

Code of Conduct