git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2022-03-21 09:02:02 +0100
committermail_redacted_for_web 2022-03-21 09:02:02 +0100
commit056991e234681ede7814ac8ec3654393fcede0b0 (patch)
tree4364f05a76b9b3731ba106b3a6233a0d9b8bb57e
parent54f779ff55bf85181a9f225f5f247ecd333a6123 (diff)
downloaddotfiles-056991e234681ede7814ac8ec3654393fcede0b0.tar.bz2
intermed: squeeze double ; after sourcing sshenv
-rw-r--r--.bash/prompt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash/prompt.bash b/.bash/prompt.bash
index a78f2ed..ed18cb1 100644
--- a/.bash/prompt.bash
+++ b/.bash/prompt.bash
@@ -116,7 +116,7 @@ if [ -r "$SSHENVFILE" ];then
if ! printf "%b" "$PROMPT_COMMAND" | grep "source $SSHENVFILE" >/dev/null;then
# we don't need to check whether PROMPT_COMMAND is set as after the paragraph
# above, something will be definitely set.
- PROMPT_COMMAND="${PROMPT_COMMAND};source $SSHENVFILE"
+ PROMPT_COMMAND="${PROMPT_COMMAND};source $SSHENVFILE"|tr -s ';'
fi
fi
# ----- HISTORY SUBMISSION IN $PROMPT_COMMAND ----- #
>$meaningful_git_commit_message[213]H. P. 2022-03-232-0/+5 | * +gnupgH. P. 2022-03-234-0/+24 | * launch dirmngrH. P. 2022-03-231-1/+1 | * adding gpg-connect-agent to ssh agent machinesH. P. 2022-03-231-0/+1 | * + syntasticH. P. 2022-03-221-0/+12 | * removed spaces after linenrH. P. 2022-03-221-1/+1 | * Hide grep outputH. P. 2022-03-221-1/+1 | * oopsie, comment syntax :-)H. P. 2022-03-211-1/+1 | * adding vim syntax to .vimrc as I also base a jinja template off of thisH. P. 2022-03-211-0/+1 | * +.vimrc [2] (rsync was missing)H. P. 2022-03-211-1/+1 | * +.vimrcH. P. 2022-03-212-0/+55 | * syntax error fixed for formatH. P. 2022-03-211-1/+1 | * bugfix: count (plus proper "doc-string")H. P. 2022-03-211-1/+2 | * check for DFDISTRIB, less output on rmH. P. 2022-03-211-3/+9 | * tags for other tasksH. P. 2022-03-211-0/+6 | * +doc for SSHAGH