Change scripts to using '/bin/etc bash'

This commit is contained in:
2022-08-28 22:38:45 -07:00
parent 957aec2e6e
commit 164d7bb1f8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &
config_file="$HOME/.config/dmenu/aliases"