From 1258b94e9db670a4ce2f6e8a48b02e8126dff985 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 20 May 2019 15:26:16 -0400 Subject: [PATCH] bash portability --- .local/bin/shortcuts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/shortcuts b/.local/bin/shortcuts index 8c1dec9..d258146 100755 --- a/.local/bin/shortcuts +++ b/.local/bin/shortcuts @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Output locations. Unactivated progs should go to /dev/null. shell_shortcuts="$HOME/.config/shortcutrc" ranger_shortcuts="/dev/null"