Skip to content

Commit 7b248bc

Browse files
authored
adjust comments
1 parent 2ce0146 commit 7b248bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vendor/git-prompt.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ else
5858
}
5959

6060
__cmder_preexec() {
61-
printf '\e]133;C\a' # Emit OSC 133;C to mark the start of command execution
61+
# Emit OSC 133;C to mark the start of command execution
62+
printf '\e]133;C\a'
6263
}
6364

6465
# Append to PROMPT_COMMAND to emit sequences just before each prompt
@@ -67,7 +68,7 @@ else
6768
else
6869
PROMPT_COMMAND="__cmder_prompt_command;$PROMPT_COMMAND"
6970
fi
70-
71+
7172
# Use DEBUG trap to emit OSC 133;C before command execution
7273
trap '__cmder_preexec' DEBUG
7374
fi

0 commit comments

Comments
 (0)