mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
doc: Use POSIX syntax to source file
Avoids bashism in case another shell is active.
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user