X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/f29cd56086ae36e7abad561ae32f0f063a1eac31..0e0f7d37de821da44bacf44f9990a0fb7a263d2c:/bin/dmenu_runsmart diff --git a/bin/dmenu_runsmart b/bin/dmenu_runsmart index 71cb8ad..c239db1 100755 --- a/bin/dmenu_runsmart +++ b/bin/dmenu_runsmart @@ -1,7 +1,8 @@ #!/bin/sh cmd=$(dmenu_path | ~/bin/dmenu "$@") if [ -n "$cmd" ]; then - # zsh SH_WORD_SPLIT is unset by default, `=' flag is required to expand + # NOTE: only tested with zsh and sh, and has issues with expansion; zsh + # SH_WORD_SPLIT is unset by default, `=' flag is required to expand it echo "alias sudo='sudo -Ak' cmd='$(echo "$cmd" | sed "s/'/'\\\\''/g")'" ' if [ -n "$ZSH_VERSION" ]; then