]> Sergey Matveev's repositories - dotfiles.git/commitdiff
rlwrapped passman
authorSergey Matveev <stargrave@stargrave.org>
Fri, 2 Oct 2020 09:10:34 +0000 (12:10 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 2 Oct 2020 09:10:34 +0000 (12:10 +0300)
bin/bin/tmux-menu-pass-session.sh

index d7656d4bc3c77549977e6ca66dae1fd3c07069db..a67cba98bddd60e9791ae8cf137a15c29b333bf9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
 while tmux has-session -t pass ; do echo waiting... ; sleep 1 ; done
 #!/bin/sh
 
 while tmux has-session -t pass ; do echo waiting... ; sleep 1 ; done
-tmux new-session -d -s pass ~/bin/tmux-menu-pass.sh
+tmux new-session -d -s pass rlwrap --history-filename /dev/null ~/bin/tmux-menu-pass.sh
 tmux set-option -t pass status off
 exec tmux attach-session -t pass
 tmux set-option -t pass status off
 exec tmux attach-session -t pass