7 lines
176 B
Bash
Executable File
7 lines
176 B
Bash
Executable File
#!/usr/bin/env bash
|
|
osascript <<< "
|
|
tell application \"iTerm2\"
|
|
create window with default profile command \"/Users/andrew/.nix-profile/bin/vim \\\"$@\\\"\"
|
|
end tell
|
|
"
|