3
0
Fork 0
forked from mirrors/nixpkgs

doc: Use POSIX syntax to source file

Avoids bashism in case another shell is active.
This commit is contained in:
Victor Engmark 2022-11-29 19:22:27 +13:00 committed by Yt
parent 22d3b5a9e9
commit 9cf0ee43e7

View file

@ -319,7 +319,7 @@ if [ -d "${HOME}/.nix-profile/etc/profile.d" ]; then
fi
```
Now just run `source "${HOME}/.profile"` and you can start loading man pages from your environment.
Now just run `. "${HOME}/.profile"` and you can start loading man pages from your environment.
### GNU info setup {#sec-gnu-info-setup}