mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-14 18:00:08 +00:00
5 lines
99 B
Text
5 lines
99 B
Text
|
#!/bin/sh
|
||
|
|
||
|
curl -s -L https://iterm2.com/shell_integration/zsh \
|
||
|
-o iterm2_shell_integration.zsh
|