Added vim modelines to the as many file as I could

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-04-15 17:45:07 -04:00
parent 9a6dab3467
commit d3cb216f2d
47 changed files with 65 additions and 0 deletions

View file

@ -39,3 +39,4 @@ for _host in "${REMOTE_HOST[@]}"; do
fi
done
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -18,3 +18,5 @@ DL_URL=$( \
[[ -n "$DL_URL" ]] \
&& printf "%s\n" $DL_URL \
|| return 1 2>/dev/null || exit 1
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -36,3 +36,4 @@ else
''
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -38,3 +38,4 @@ else
''
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -121,3 +121,5 @@ else
" $ . <( $SCRIPT_NAME - ) # Note the '-' after the script's name" \
''
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -60,3 +60,4 @@ fi
${SILENT:+:} printf '\n%s selected.\n' "$SELECTED" >&2
echo "$SELECTED"
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -26,3 +26,4 @@ TARGET="${SSHUSER}@$(tsh-get "$SEARCH" "$SSHUSER")"
tsh ssh ${TUNNEL} "${TARGET}" "${@:2}"
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -45,3 +45,4 @@ SSH_OPTS="${SSH_OPTS:--N}"
printf "Executing: %s ...\n" "tsh ssh ${TUNNEL} ${TARGET} ${*:2}" >&2
eval "${RUN} tsh ssh ${SSH_OPTS} ${TUNNEL} '${TARGET}' ${*:2}"
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -30,3 +30,5 @@ _update-atuin() { (
); }
_update-atuin "${@}"
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

View file

@ -55,3 +55,5 @@ _update-nvim() {
}
_update-nvim "${@}"
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: