Converge naming of Acer laptop to "socrates"
Prefer "socrates" to "flattop".
This commit is contained in:
parent
695de12482
commit
527b472469
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Host gcp
|
||||||
Hostname 35.246.93.73
|
Hostname 35.246.93.73
|
||||||
|
|
||||||
# Laptop running in my flat
|
# Laptop running in my flat
|
||||||
Host flattop
|
Host socrates
|
||||||
User wpcarro
|
User wpcarro
|
||||||
Hostname 84.92.33.141
|
Hostname 84.92.33.141
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
;; Maximizes the tramp debugging noisiness while I'm still learning about tramp.
|
;; Maximizes the tramp debugging noisiness while I'm still learning about tramp.
|
||||||
(setq tramp-verbose 10)
|
(setq tramp-verbose 10)
|
||||||
|
|
||||||
(defcustom ssh/hosts '("desktop" "flattop")
|
(defcustom ssh/hosts '("desktop" "socrates")
|
||||||
"List of hosts to which I commonly connect.
|
"List of hosts to which I commonly connect.
|
||||||
Note: It could be interesting to read these values from ~/.ssh/config, but
|
Note: It could be interesting to read these values from ~/.ssh/config, but
|
||||||
that's more than I need at the moment.")
|
that's more than I need at the moment.")
|
||||||
|
|
Loading…
Reference in a new issue