mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
Document new MAC address behavior
This commit is contained in:
parent
552d8f394e
commit
91bf41cfce
2 changed files with 8 additions and 8 deletions
|
@ -17,12 +17,12 @@ When no clients are connected, fishd will automatically shut down.
|
||||||
|
|
||||||
\subsection fishd-files Files
|
\subsection fishd-files Files
|
||||||
|
|
||||||
\c ~/.config/fish/fishd.HOSTNAME permanent storage location for universal
|
\c ~/.config/fish/fishd.MACHINE_ID permanent storage location for universal
|
||||||
variable data. The data is stored as a set of \c set and \c set_export
|
variable data. MACHINE_ID is generally based on the machine's MAC address.
|
||||||
commands such as would be parsed by fishd. The file must always be
|
The data is stored as a set of \c set and \c set_export commands such as
|
||||||
stored in ASCII format. If an instance of fishd is running (which is
|
would be parsed by fishd. The file must always be stored in ASCII format.
|
||||||
generally the case), manual modifications to ~/.fishd.HOSTNAME will be
|
If an instance of fishd is running (which is generally the case), manual
|
||||||
lost. Do NOT edit this file manually!
|
modifications to ~/.fishd.MACHINE_ID will be lost. Do NOT edit this file manually!
|
||||||
|
|
||||||
\c /tmp/fishd.socket.USERNAME the socket which fishd uses to communicate
|
\c /tmp/fishd.socket.USERNAME the socket which fishd uses to communicate
|
||||||
with all clients.
|
with all clients.
|
||||||
|
|
|
@ -1250,8 +1250,8 @@ shell:
|
||||||
end</pre>
|
end</pre>
|
||||||
|
|
||||||
<a href="#variables-universal">Universal variables</a> are stored in
|
<a href="#variables-universal">Universal variables</a> are stored in
|
||||||
the file .config/fish/fishd.HOSTNAME, where HOSTNAME is the name of your
|
the file .config/fish/fishd.MACHINE_ID, where MACHINE_ID is typically your
|
||||||
computer. Do not edit this file directly, edit them through fish
|
MAC address. Do not edit this file directly, edit them through fish
|
||||||
scripts or by using fish interactively instead.
|
scripts or by using fish interactively instead.
|
||||||
|
|
||||||
\section other Other features
|
\section other Other features
|
||||||
|
|
Loading…
Reference in a new issue