Update 2024-02-14 15:56 Darwin/arm64-GH2T6W9K6H

This commit is contained in:
c0dev0id
2024-02-14 15:56:52 +01:00
parent af36d02156
commit 288c6b172f
2 changed files with 7 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ if [ -f ~/.ssh/config ]
then
ARGS="$(awk '/^Host .*/ { print $2 }' ~/.ssh/config)"
add "set -A complete_ssh -- " "$ARGS"
add "set -A complete_scp -- " "$ARGS"
fi
#