diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-05-20 15:26:16 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-20 15:26:16 -0400 |
| commit | 1258b94e9db670a4ce2f6e8a48b02e8126dff985 (patch) | |
| tree | e4a8cd020f9bfc1988e3d5dad179a4d213b4a47d /.local/bin/shortcuts | |
| parent | 257623709ff82a7b548edd42e284f5d96a296301 (diff) | |
| download | eibhear-1258b94e9db670a4ce2f6e8a48b02e8126dff985.tar.gz eibhear-1258b94e9db670a4ce2f6e8a48b02e8126dff985.tar.zst eibhear-1258b94e9db670a4ce2f6e8a48b02e8126dff985.zip | |
bash portability
Diffstat (limited to '.local/bin/shortcuts')
| -rwxr-xr-x | .local/bin/shortcuts | 2 |
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" |
