diff options
author | Zoltán Reegn <zoltan.reegn@gmail.com> | 2023-02-24 17:27:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 17:27:15 +0100 |
commit | bd9c216fe04a1542913f524cad1719797ce39ba2 (patch) | |
tree | dc4399e62e5a967160a2f4774bc6b2e435ffdb7b /plugins/iterm2/update | |
parent | 8a008e1f51d451db21232edd6f1709e6c5ea334e (diff) | |
download | zsh-bd9c216fe04a1542913f524cad1719797ce39ba2.tar.gz zsh-bd9c216fe04a1542913f524cad1719797ce39ba2.tar.bz2 zsh-bd9c216fe04a1542913f524cad1719797ce39ba2.zip |
feat(iterm2): add shell integration script (#11509)
Diffstat (limited to 'plugins/iterm2/update')
-rwxr-xr-x | plugins/iterm2/update | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/iterm2/update b/plugins/iterm2/update new file mode 100755 index 000000000..da8dae690 --- /dev/null +++ b/plugins/iterm2/update @@ -0,0 +1,4 @@ +#!/bin/sh + +curl -s -L https://iterm2.com/shell_integration/zsh \ + -o iterm2_shell_integration.zsh |