docs: set should have -x for PATH in config.fish

This commit is contained in:
Anmol Sethi 2016-10-13 15:38:22 -04:00 committed by Kurtis Rader
parent 1d418365b5
commit 3c0de01c07

View file

@ -1170,7 +1170,7 @@ If you want to add the directory `~/linux/bin` to your PATH variable when using
\fish \fish
if status --is-login if status --is-login
set PATH $PATH ~/linux/bin set -x PATH $PATH ~/linux/bin
end end
\endfish \endfish