Skip to content

Commit 0967330

Browse files
authored
fix
1 parent 57d9fd1 commit 0967330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Linux/.bashrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,8 @@ if [[ -z "${OWD_PATH+x}" ]] || [[ -z "${OWD_PATH##*[[:space:]]}" ]]; then
709709
fi
710710
fi
711711
if [[ "${OWD_PATH}" == */mnt/c/Users/* && "${IS_ON_WSL}" == "1" ]]; then
712-
if [[ -d "${HOME_TMP}" ]]; then
713-
cd "${HOME_TMP}"
712+
if [[ -d "${HOMETMP}" ]]; then
713+
cd "${HOMETMP}"
714714
elif [[ -d "${SYSTMP}" ]]; then
715715
cd "${SYSTMP}"
716716
fi

0 commit comments

Comments
 (0)