[zsh] add alias for mathematica
authorAndrew Lorimer <andrew@lorimer.id.au>
Sat, 13 Jul 2019 07:09:02 +0000 (17:09 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Sat, 13 Jul 2019 07:09:02 +0000 (17:09 +1000)
zsh/.zshrc
index 7a15b2f0429bed3cf1bea48877b1384b53f0034a..11dc43a2b86ccbdaf02c074b5cbc2a9604b97b0f 100755 (executable)
@@ -52,3 +52,6 @@ alias spotify="spotify --force-device-scale-factor=0.95 %U"
 # use bat instead of cat
 alias cat="bat"
 tac () { /usr/bin/tac $@ | bat }
+
+# WolframScript alias
+alias wolf="wolframscript -code"