]> Cypherpunks repositories - gostls13.git/commit
doc: add a note about loading profile files
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 8 Apr 2018 16:52:16 +0000 (17:52 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 9 Apr 2018 19:41:38 +0000 (19:41 +0000)
commit53c8f6161ce2273f87f4ddfcbf4ded545a415fa0
tree05382cb2195aa2b30e1786a69b259090d3eff2de
parent568d4848f672ecec3f9199452e9da1776a9fbba9
doc: add a note about loading profile files

If one is somewhat new to the command line or shell, it might be
surprising that changes applied to a file like $HOME/.profile will
seemingly not take effect, even if new shells are started.

Add a note about how shells usually only load these when the user logs
into a machine, to minimize the amount of people stuck and confused by
this.

Fixes #24756.

Change-Id: Ic68d8c97933f3f080b151a107633ecad76a163a4
Reviewed-on: https://go-review.googlesource.com/105557
Reviewed-by: Agniva De Sarker <agniva.quicksilver@gmail.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
doc/install.html