Re: [Fish-users] [Need Help] How could I delete something permanently from my PATH?

2023-06-21 Thread David Adam
On Wed, 21 Jun 2023, 沈 乐宸 wrote: > I'm a Fish Shell newbie, and this question has already annoyed me for > several hours. I look through the man pages, and I tried these: > · set -gx PATH $PATH[2..] > · set -U PATH $PATH[2..] > and non of these works (they did work in the current shell, but when

[Fish-users] [Need Help] How could I delete something permanently from my PATH?

2023-06-21 Thread 沈 乐宸
I'm a Fish Shell newbie, and this question has already annoyed me for several hours. I look through the man pages, and I tried these: ・ set -gx PATH $PATH[2..] ・ set -U PATH $PATH[2..] and non of these works (they did work in the current shell, but when I open a new shell, the path wasn't modifie