mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-04 20:51:15 -03:00
Document new MAC address behavior
This commit is contained in:
@@ -17,12 +17,12 @@ When no clients are connected, fishd will automatically shut down.
|
||||
|
||||
\subsection fishd-files Files
|
||||
|
||||
\c ~/.config/fish/fishd.HOSTNAME permanent storage location for universal
|
||||
variable data. The data is stored as a set of \c set and \c set_export
|
||||
commands such as would be parsed by fishd. The file must always be
|
||||
stored in ASCII format. If an instance of fishd is running (which is
|
||||
generally the case), manual modifications to ~/.fishd.HOSTNAME will be
|
||||
lost. Do NOT edit this file manually!
|
||||
\c ~/.config/fish/fishd.MACHINE_ID permanent storage location for universal
|
||||
variable data. MACHINE_ID is generally based on the machine's MAC address.
|
||||
The data is stored as a set of \c set and \c set_export commands such as
|
||||
would be parsed by fishd. The file must always be stored in ASCII format.
|
||||
If an instance of fishd is running (which is generally the case), manual
|
||||
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
|
||||
with all clients.
|
||||
|
||||
Reference in New Issue
Block a user