From 05f2f273f32ddd30fc86d4b8f0c7fdf453fd3a3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20K=C3=A4stner?= Date: Fri, 27 Aug 2021 14:05:50 +0200 Subject: [PATCH] fix whitespace errors --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60a44cc..c19713b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ minify-trc() { find "$trc_min_dir/" -type f -exec sed --in-place -e 's/^ *#[^!].*$//' -e 's/ \+# .*$//' '{}' '+' # minify all files as if they were shell scripts echo "$trc_min_dir" } - + trccmd() { # echo all the commands to travel with rc files, arguments act as additional arguments to tar local trc_min_dir="$(minify-trc)" @@ -101,7 +101,7 @@ tssh() { ssh -t "$@" "$(trccmd --xz)" } complete -F _ssh tssh # this is the same as for ssh; function _ssh might not exist when this is called, but will be created automagically when requesting completion for ssh - + tdocker() { local dcmd="$1" shift @@ -109,7 +109,7 @@ tdocker() { docker "$dcmd" --interactive --tty "$@" bash -c "$(trccmd --gzip)" } # TODO: add completion - + tsu() { # travel substitude user local next_user="${1:-root}" local tsu_cmd="$(mktemp "/tmp/.tsu-cmd.XXXXXX")" -- 2.30.2