mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
doc: Use POSIX syntax to source file
Avoids bashism in case another shell is active.
This commit is contained in:
parent
22d3b5a9e9
commit
9cf0ee43e7
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user