mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
Emacs changes
This commit is contained in:
parent
4cbad841cc
commit
02b065fc7b
|
@ -34,7 +34,7 @@ for p in "${@}"; do
|
||||||
params+=( "/sudo:localhost:"$(realpath -m "${p}") )
|
params+=( "/sudo:localhost:"$(realpath -m "${p}") )
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
params+=( "/ssh:${host}:${port}:"$(realpath "${p}") )
|
params+=( "/ssh:${host}#${port}:"$(realpath "${p}") )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
IFS=${OLDIFS}
|
IFS=${OLDIFS}
|
||||||
|
|
Loading…
Reference in a new issue