Skip to content

Instantly share code, notes, and snippets.

@rodrigobdz
Created April 16, 2019 07:35
Show Gist options
  • Save rodrigobdz/6abf9009b4082735f199e18e96a03ca9 to your computer and use it in GitHub Desktop.
Save rodrigobdz/6abf9009b4082735f199e18e96a03ca9 to your computer and use it in GitHub Desktop.
Avoid blue triangle from iTerm Shell Integration in command prompt
# 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
@rodrigobdz
Copy link
Author

iTerm describes this behavior in the documentation of Shell Integration under the section How to use it, subsection Marks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment