From af36d02156c06ea11d0a767bfaa0ff673fa32efb Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Wed, 14 Feb 2024 15:43:16 +0100 Subject: [PATCH] Update 2024-02-14 15:43 Darwin/arm64-GH2T6W9K6H --- .bin/ksh-update-completions | 9 ++++++--- .ssh/config | 8 ++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.bin/ksh-update-completions b/.bin/ksh-update-completions index 1fc9557..a828884 100755 --- a/.bin/ksh-update-completions +++ b/.bin/ksh-update-completions @@ -80,9 +80,12 @@ update-plist update-update-or-install update-update-or-install-all \ verbose-show wantlib-args" add "set -A complete_make_1 -- " "$ARGS" -ARGS="reload restart stop start disable enable ls" -add "set -A complete_rcctl_1 -- " "$ARGS" -add "set -A complete_rcctl_2 -- " "$(rcctl ls all)" +if [ -f /usr/sbin/rcctl ] +then + ARGS="reload restart stop start disable enable ls" + add "set -A complete_rcctl_2 -- " "$ARGS" + add "set -A complete_rcctl_2 -- " "$(rcctl ls all)" +fi # # VIDEO diff --git a/.ssh/config b/.ssh/config index 63eafb0..ed75ab2 100644 --- a/.ssh/config +++ b/.ssh/config @@ -69,6 +69,14 @@ Host osmc Hostname osmc.home.codevoid.de User osmc +Host ld5587 + Hostname ld5587 + User d034266 + +Host ld7070 + Hostname ld7070 + User d034266 + # --- NOTES --- # ProxyCommand /bin/nc -X connect -x socks.proxy.lan:3128 %h %p