[이슈]
iterm2 를 사용하다 url 스트링을 copy & paste 하면 escape(\) 가 붙는 경우가 발생한다.
처음에는 iterm2 의 paste 설정에 escape 가 활성화되어 발생한줄 알았는데,
"escape shell characters with \" 기능을 비활성화되어 있었다.
iterm2 menu -> edit -> paste special -> advacned paste (opt + cmd + v)
원인은 ohmyzsh 사용에 있었다. (prezto 쉘 환경에서는 발생하지 않는다.)
[해결방법]
찾아 보니 해당 버그는 ohmyzsh 의 노운이슈로 zsh 5.2 + 맥 10.12 에서 발생한다.
https://github.com/robbyrussell/oh-my-zsh/issues/5499
다음 스택오버플로우에 스크립트를 수정하여 해결하는 방법이 명시되어 있다.
https://stackoverflow.com/questions/25614613/how-to-disable-zsh-substitution-autocomplete-with-url-and-backslashes
그냥 다음 버전에 고쳐지기를 기다려 봐야겠당~ㅋ
comments:
댓글 쓰기