mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
docs: set should have -x for PATH in config.fish
This commit is contained in:
parent
1d418365b5
commit
3c0de01c07
1 changed files with 1 additions and 1 deletions
|
@ -1170,7 +1170,7 @@ If you want to add the directory `~/linux/bin` to your PATH variable when using
|
|||
|
||||
\fish
|
||||
if status --is-login
|
||||
set PATH $PATH ~/linux/bin
|
||||
set -x PATH $PATH ~/linux/bin
|
||||
end
|
||||
\endfish
|
||||
|
||||
|
|
Loading…
Reference in a new issue