]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - bin/calc
zsh/rc: Replace $use_tmux with $use_multiplexer.
[config/dotfiles.git] / bin / calc
index e70128a55569864291f797951ffcb54b4ecca3fc..6a4054346af042e57735ad4fdbb728348910109b 100755 (executable)
--- a/bin/calc
+++ b/bin/calc
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-python -i -c 'from math import *;
+exec python -i -c 'from math import *;
 
 def ld(x):
     return log(x)/log(2)