Created
April 16, 2019 07:35
-
-
Save rodrigobdz/6abf9009b4082735f199e18e96a03ca9 to your computer and use it in GitHub Desktop.
Avoid blue triangle from iTerm Shell Integration in command prompt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# iTerm Shell Integration loading | |
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish | |
# Override to avoid blue mark at the beginning of each command prompt | |
function iterm2_prompt_mark | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
iTerm describes this behavior in the documentation of Shell Integration under the section How to use it, subsection Marks.