]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/tmux-menu-calc.sh
No permanent dc history
[dotfiles.git] / bin / bin / tmux-menu-calc.sh
index 1d0e6b113e7dcae798967e7169ecdddf23525324..6710019428a44b7a2ee08fa7b5c429bef3184179 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 tmux has-session -t calc || {
-    tmux new-session -d -s calc rlwrap -S "> " dc
+    tmux new-session -d -s calc ~/bin/dc-wrapped.sh
     tmux set-option -t calc status off
 }
 exec tmux attach-session -t calc