We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d9fd1 commit 0967330Copy full SHA for 0967330
Linux/.bashrc
@@ -709,8 +709,8 @@ if [[ -z "${OWD_PATH+x}" ]] || [[ -z "${OWD_PATH##*[[:space:]]}" ]]; then
709
fi
710
711
if [[ "${OWD_PATH}" == */mnt/c/Users/* && "${IS_ON_WSL}" == "1" ]]; then
712
- if [[ -d "${HOME_TMP}" ]]; then
713
- cd "${HOME_TMP}"
+ if [[ -d "${HOMETMP}" ]]; then
+ cd "${HOMETMP}"
714
elif [[ -d "${SYSTMP}" ]]; then
715
cd "${SYSTMP}"
716
0 commit comments