aboutsummaryrefslogtreecommitdiffstats
path: root/.octaverc
diff options
context:
space:
mode:
Diffstat (limited to '.octaverc')
-rw-r--r--.octaverc18
1 files changed, 18 insertions, 0 deletions
diff --git a/.octaverc b/.octaverc
new file mode 100644
index 0000000..2b57141
--- /dev/null
+++ b/.octaverc
@@ -0,0 +1,18 @@
+# Set up a prettier prompt
+PS1('\[\e[0;32m\]\u\[\e[m\]\[\e[1;37m\]@\[\e[m\]\[\e[1;35m\]octave\[\e[m\] \[\e[1;34m\]\W\[\e[m\] \[\e[1;32m\]\$ \[\e[m\]')
+# Editor settings
+edit author "David Runge"
+edit email "<david.runge@campus.tu-berlin.de>"
+edit license "GPL"
+edit editor "urxvt -e vim %s"
+# don't wait for the editor to return
+edit mode async
+# Load packages
+pkg load general
+pkg load signal
+pkg load data-smoothing
+pkg load communications
+# Java settings
+javaaddpath('/usr/local/lib/java/jOpenDocument-1.3b1.jar');
+javaaddpath('/usr/local/lib/java/odfdom-java-0.8.7.jar');
+javaaddpath('/usr/local/lib/java/xercesImpl.jar');