mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-18 05:34:52 +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
|
||||
# Called by sxiv(1) after the external prefix key (C-x by default) is pressed.
|
||||
|
||||
Reference in New Issue
Block a user