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
|