21
11
I am using fish as my shell in Debian and recently (after some upgrade) whenever I try to use command completion I have:
set: No such file or directory
set: Could not add component /usr/lib/x86_64-linux-gnu/libfm to PATH.
set: No such file or directory
Running this:
echo $PATH
Gives me this:
/usr/lib/x86_64-linux-gnu/libfm /usr/local/bin /usr/bin /bin /usr/local/games /usr/games
In my system there is no /usr/lib/x86_64-linux-gnu/libfm
, so I understand why fish is complaining, but I cannot find how to remove this path from my $PATH
variable.
Does anyone know how can I do this?
grep -R /usr/lib/x86_64-linux-gnu/libfm ~/.config/fish /usr/share/fish
?? – glenn jackman – 2014-07-02T16:10:26.057$grep -R /usr/lib/x86_64-linux-gnu/libfm ~/.config/fish /usr/share/fish
/home/superuser/.config/fish/fish_history:grep -R /usr/lib/x86_64-linux-gnu/libfm ~/.config/fish /usr/share/fish – tomekK – 2014-07-03T06:16:29.083