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