now shortcuts is posix compliant, so #!/bin/sh

This commit is contained in:
Lucas Budde Mior 2020-05-31 22:16:50 -03:00
parent 49084aa9f0
commit 4e683c6fdc

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/sh
# Output locations. Unactivated progs should go to /dev/null. # Output locations. Unactivated progs should go to /dev/null.
shell_shortcuts="${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc" shell_shortcuts="${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc"