Skip to content

Commit

Permalink
fix(wsl): remove path that broken
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Oct 6, 2024
1 parent a32b1aa commit 71ef143
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .config/fish/config-linux.fish
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ if test -n "$WSL_DISTRO_NAME"
alias open wslview
alias c: "cd /mnt/c"
alias d: "cd /mnt/d"

# Remove cursor from PATH (it's a symlink to /mnt/c/Users/PunGrumpy/AppData/Local/Programs/cursor/resources/app/bin)
set -gx PATH (string match -v '/mnt/c/Users/PunGrumpy/AppData/Local/Programs/cursor/resources/app/bin' $PATH)
end

0 comments on commit 71ef143

Please sign in to comment.