diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-22 04:33:11 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-22 04:33:11 +0300 |
commit | de7fcb3e45ae5da908ad1e8d1ef1fd77b15fe358 (patch) | |
tree | 46defef8689835952c4cdcf4dfe7075cf27bbb91 | |
parent | e242162e36868932535893008035ed88fe9c218a (diff) | |
download | swayrice-de7fcb3e45ae5da908ad1e8d1ef1fd77b15fe358.tar.gz swayrice-de7fcb3e45ae5da908ad1e8d1ef1fd77b15fe358.zip |
specify /bin/bash for menurun
-rwxr-xr-x | dotfiles/.local/bin/menurun | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/menurun b/dotfiles/.local/bin/menurun index 4498687..37d9c9f 100755 --- a/dotfiles/.local/bin/menurun +++ b/dotfiles/.local/bin/menurun @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Source settings from .bemenurc . ~/.config/bemenurc |