The existing shebang doesn't work in fish. Changing so that it acknowledges and respects earlier advice from dt that we should *never* use /bin/sh in scripts because people assume bash. The existing script wouldn't work in anything but bash shell.

This commit is contained in:
Derek Belrose
2021-05-05 15:52:55 +00:00
parent 76ee161752
commit 2716f91564

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# Example for $XDG_CONFIG_HOME/sxiv/exec/key-handler
# Called by sxiv(1) after the external prefix key (C-x by default) is pressed.