Created
December 27, 2018 19:13
-
-
Save blaenk/0ee097b2838a3c5e508e8076f9cf5666 to your computer and use it in GitHub Desktop.
This file contains hidden or 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.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