mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
Silence netcat
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
62fbdbd965
commit
2a583cb858
|
@ -27,7 +27,7 @@ fi
|
|||
|
||||
emacsclient() {
|
||||
if [[ -e "$HOME/.ssh/emacs-server" ]] && \
|
||||
nc -Uz "$HOME/.ssh/emacs-server" && \
|
||||
nc -Uz "$HOME/.ssh/emacs-server" >/dev/null 2>&1 && \
|
||||
[[ ! -z ${INSIDE_EMACS+x} ]] ; then
|
||||
params=()
|
||||
sudo=0
|
||||
|
|
Loading…
Reference in a new issue