summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-20 15:26:16 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-20 15:26:16 -0400
commit1258b94e9db670a4ce2f6e8a48b02e8126dff985 (patch)
treee4a8cd020f9bfc1988e3d5dad179a4d213b4a47d
parent257623709ff82a7b548edd42e284f5d96a296301 (diff)
downloadeibhear-1258b94e9db670a4ce2f6e8a48b02e8126dff985.tar.gz
eibhear-1258b94e9db670a4ce2f6e8a48b02e8126dff985.tar.zst
eibhear-1258b94e9db670a4ce2f6e8a48b02e8126dff985.zip
bash portability
-rwxr-xr-x.local/bin/shortcuts2
1 files changed, 1 insertions, 1 deletions
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"