custom_dmenu to custom-dmenu

This commit is contained in:
Wryn Wagner
2021-02-25 10:47:13 -07:00
parent 3e85245359
commit e9bcaa8165
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/zsh
function DMENU__NEW_COMMAND() {
local BIN="$HOME/.local/custom_dmenu";
local BIN="$HOME/.local/custom-dmenu";
local HELP_STRING='\ncorrect syntax:\nDMENU__NEW_COMMAND [ name or "test" ] [ command .. args ]\n';
[[ "$1" == help ]] && {