Skip to content

Commit

Permalink
fix path in .bash_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-mo-666 authored Jan 6, 2024
1 parent 2f1763e commit 44b3378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dotfiles/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ -d "/mnt/c/Windows/System32" ] ; then
# username
# export WIN_USER=$(/mnt/c/Windows/system32/cmd.exe /C 'echo %USERNAME%' | sed -e 's/\r//g')
# VSCode
export PATH="$PATH:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/Users/takeda/$USER/Local/Programs/Microsoft VS Code/bin"
export PATH="$PATH:/mnt/c/Program Files/Microsoft VS Code/bin:/mnt/c/Users/$USER/AppData/Local/Programs/Microsoft VS Code/bin"
fi

# linuxbrew
Expand Down

0 comments on commit 44b3378

Please sign in to comment.