Skip to content

Instantly share code, notes, and snippets.

@blaenk
Created December 27, 2018 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blaenk/0ee097b2838a3c5e508e8076f9cf5666 to your computer and use it in GitHub Desktop.
Save blaenk/0ee097b2838a3c5e508e8076f9cf5666 to your computer and use it in GitHub Desktop.
--- iterm.zsh 2018-12-27 11:08:46.000000000 -0800
+++ iterm.patched.zsh 2018-12-27 11:09:20.000000000 -0800
@@ -103,7 +103,7 @@
ITERM2_SHOULD_DECORATE_PROMPT=""
# Add our escape sequences just before the prompt is shown.
- if [[ $PS1 == *"$(iterm2_prompt_mark)"* ]]
+ if [[ $PS1 == *'$(iterm2_prompt_mark)'* ]]
then
PS1="$PS1%{$(iterm2_prompt_end)%}"
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment