diff options
Diffstat (limited to '.octaverc')
-rw-r--r-- | .octaverc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.octaverc b/.octaverc deleted file mode 100644 index 2b57141..0000000 --- a/.octaverc +++ /dev/null @@ -1,18 +0,0 @@ -# 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'); |