mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
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:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Example for $XDG_CONFIG_HOME/sxiv/exec/key-handler
|
# Example for $XDG_CONFIG_HOME/sxiv/exec/key-handler
|
||||||
# Called by sxiv(1) after the external prefix key (C-x by default) is pressed.
|
# Called by sxiv(1) after the external prefix key (C-x by default) is pressed.
|
||||||
|
|||||||
Reference in New Issue
Block a user