doc: Use POSIX syntax to source file
Avoids bashism in case another shell is active.
This commit is contained in:
parent
22d3b5a9e9
commit
9cf0ee43e7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue