Commit 9cf0ee43 authored by Victor Engmark's avatar Victor Engmark Committed by Yt
Browse files

doc: Use POSIX syntax to source file

Avoids bashism in case another shell is active.
parent 22d3b5a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}