Fix example

The aliases file works the other way around.
This commit is contained in:
Wolfbon 2022-08-08 10:53:25 +09:00 committed by Bjoern Henkel
parent 653e4badeb
commit be3f7b1ed6
2 changed files with 4 additions and 4 deletions

View File

@ -50,6 +50,6 @@ end
# One way to find the actual name of a computer is to run hostname from a command window
section: aliases
# Laptop is actually known as John-Smiths-MacBook-3.local
John-Smiths-MacBook-3.local:
desktop2
desktop2:
John-Smiths-MacBook-3.local
end

View File

@ -34,6 +34,6 @@ end
section: aliases
# The "real" name of iMac is John-Smiths-iMac-3.local. If we wanted we could remove this alias and instead use John-Smiths-iMac-3.local everywhere iMac is above. Hopefully it should be easy to see why using an alias is nicer
John-Smiths-iMac-3.local:
iMac
iMac:
John-Smiths-iMac-3.local
end