mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
add shebang
@@ -7,6 +7,8 @@ To open fzf from MacVim in a new iTerm2 window, create an executable script with
|
|||||||
The Applescript API for iTerm2 has changed with version 3.0. This updated script works for me:
|
The Applescript API for iTerm2 has changed with version 3.0. This updated script works for me:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
# update for iterm2 3.0+
|
# update for iterm2 3.0+
|
||||||
osascript -e \
|
osascript -e \
|
||||||
'on run argv
|
'on run argv
|
||||||
|
|||||||
Reference in New Issue
Block a user