]> git.sev.monster Git - dotfiles.git/blobdiff - bin/dmenu_runsmart
add mpc keybinds, .zshenv.local loading
[dotfiles.git] / bin / dmenu_runsmart
index 71cb8adc4a0e72dba6b6493029f63223885f7fe9..c239db1f29c2864b7b0acebea95b10eee7660972 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/sh
 cmd=$(dmenu_path | ~/bin/dmenu "$@")
 if [ -n "$cmd" ]; then
 #!/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
        echo "alias sudo='sudo -Ak'
 cmd='$(echo "$cmd" | sed "s/'/'\\\\''/g")'" '
 if [ -n "$ZSH_VERSION" ]; then
This page took 0.034999 seconds and 4 git commands to generate.