GHC 2017-11-28

5 comments.

, https://git.io/vbJPF in jarun/nnn
> It seems to be a problem that is related to macOS?

Nope, works fine here, and I see no reason why an `execlp` call to such a simple script would fail, given that `copier.sh` is on PATH with executable bit set. I suggest you try the following to make sure:

```fish
$ copier.sh test && pbpaste
# should see "test"
```

```fish
$ export NNN_COPIER="$HOME/.config/fish/copier.sh"
$ nnn
```

, https://git.io/vbJBY in jarun/nnn
Then that's weird. Where do I deposit that $10?

, https://git.io/vbJcc in jarun/nnn
I meant NOT in PATH.

, https://git.io/vbJcC in jarun/nnn
`~/.config/fish` is not in `PATH`.

, https://git.io/vbJYE in jarun/nnn
Easy. I bet $10 on either

- `~/.config/fish` is not in `PATH`; or
- `~/.config/fish/copier.sh` is not executable;

or both.