]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/tmux-menu-dict.sh
Huge tmux-fzf simplification with files quoting
[dotfiles.git] / bin / bin / tmux-menu-dict.sh
index 442ceec319bb56f1ee72641782d06bc39a84e35b..1009d3846a7994d85538f5fa7f9bac382f01f1f4 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
 
+echo -n "> "
 read word
-sdcv $word | less
+sdcv "$word" | exec less