From d5ca3a656a839162c29aec5f8ed3c817ee2e93f8 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Wed, 6 Jan 2021 18:06:19 +0100 Subject: [PATCH] [shell/fzf] fix shebang --- shell/fzf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/fzf.sh b/shell/fzf.sh index 591e945..d718308 100755 --- a/shell/fzf.sh +++ b/shell/fzf.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash [ -r /usr/share/fzf/key-bindings.bash ] && . /usr/share/fzf/key-bindings.bash [ -r /usr/share/fzf/completion.bash ] && . /usr/share/fzf/completion.bash