mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43: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:
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
|
||||
# update for iterm2 3.0+
|
||||
osascript -e \
|
||||
'on run argv
|
||||
|
||||
Reference in New Issue
Block a user