Remote SSH hosts should be the default.
This commit is contained in:
parent
98de5d956b
commit
318848c4dd
2 changed files with 6 additions and 6 deletions
|
|
@ -49,8 +49,8 @@ local function save_profiles(threshold)
|
|||
end
|
||||
|
||||
time([[Luarocks path setup]], true)
|
||||
local package_path_str = "/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1707061634/share/lua/5.1/?.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1707061634/share/lua/5.1/?/init.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1707061634/lib/luarocks/rocks-5.1/?.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1707061634/lib/luarocks/rocks-5.1/?/init.lua"
|
||||
local install_cpath_pattern = "/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1707061634/lib/lua/5.1/?.so"
|
||||
local package_path_str = "/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1724512491/share/lua/5.1/?.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1724512491/share/lua/5.1/?/init.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1724512491/lib/luarocks/rocks-5.1/?.lua;/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1724512491/lib/luarocks/rocks-5.1/?/init.lua"
|
||||
local install_cpath_pattern = "/home/eyedevelop/.cache/nvim/packer_hererocks/2.1.1724512491/lib/lua/5.1/?.so"
|
||||
if not string.find(package.path, package_path_str, 1, true) then
|
||||
package.path = package.path .. ';' .. package_path_str
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
## --- Jupiter ---
|
||||
# -- Physical servers --
|
||||
Host jupiter-thebe
|
||||
Host jupiter-thebe-local
|
||||
HostName 192.168.0.210
|
||||
User admin
|
||||
Port 22
|
||||
|
||||
Host jupiter-thebe-remote
|
||||
Host jupiter-thebe
|
||||
HostName jupiter.eyedevelop.org
|
||||
User admin
|
||||
Port 15622
|
||||
|
|
@ -18,12 +18,12 @@ Host jupiter-thebe-www
|
|||
|
||||
## --- Uranus ---
|
||||
# -- Physical servers --
|
||||
Host uranus-oberon
|
||||
Host uranus-oberon-local
|
||||
HostName 10.1.2.1
|
||||
User eyedevelop
|
||||
Port 15622
|
||||
|
||||
Host uranus-oberon-remote
|
||||
Host uranus-oberon
|
||||
HostName uranus.eyedevelop.org
|
||||
User eyedevelop
|
||||
Port 15622
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue