spaceship-prompt 4.13.2 → 4.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/prompts.zsh +1 -1
- package/package.json +1 -1
- package/spaceship.zsh +1 -1
package/lib/prompts.zsh
CHANGED
|
@@ -15,7 +15,7 @@ spaceship::prompt() {
|
|
|
15
15
|
|
|
16
16
|
# Allow iTerm integration to work
|
|
17
17
|
if [[ "${ITERM_SHELL_INTEGRATION_INSTALLED:-}" == "Yes" ]]; then
|
|
18
|
-
prompt="%{$(iterm2_prompt_mark)%}${prompt}"
|
|
18
|
+
prompt="%{$(iterm2_prompt_mark)%}${prompt}%{$(iterm2_prompt_end)}"
|
|
19
19
|
fi
|
|
20
20
|
|
|
21
21
|
# Should it add a new line before the prompt?
|
package/package.json
CHANGED
package/spaceship.zsh
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
# Current version of Spaceship
|
|
10
10
|
# Useful for issue reporting
|
|
11
|
-
export SPACESHIP_VERSION='4.13.
|
|
11
|
+
export SPACESHIP_VERSION='4.13.4'
|
|
12
12
|
|
|
13
13
|
# Set SPACESHIP_ROOT if it isn't defined yet or if the directory does
|
|
14
14
|
# not exist anymore (e.g. after an update to a newer version)
|