Fix indentation

This commit is contained in:
Daniel Imms 2024-03-28 09:44:03 -07:00
parent df6d629b30
commit 22eb0cde1c
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -275,7 +275,7 @@ __vsc_prompt_cmd_original() {
__vsc_restore_exit_code "${__vsc_status}"
# Evaluate the original PROMPT_COMMAND similarly to how bash would normally
# See https://unix.stackexchange.com/a/672843 for technique
local cmd
local cmd
for cmd in "${__vsc_original_prompt_command[@]}"; do
eval "${cmd:-}"
done