diff options
author | David Runge <david.runge@frqrec.com> | 2013-11-03 12:30:45 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2013-11-03 12:30:45 +0100 |
commit | 67b0ec5741d327d27afe88783d85fcf2c4c4f204 (patch) | |
tree | 4ea47807c5e775927b96eb79933c09fbfcd0468e /.octaverc | |
download | dotfiles-67b0ec5741d327d27afe88783d85fcf2c4c4f204.tar.gz dotfiles-67b0ec5741d327d27afe88783d85fcf2c4c4f204.tar.bz2 dotfiles-67b0ec5741d327d27afe88783d85fcf2c4c4f204.tar.xz dotfiles-67b0ec5741d327d27afe88783d85fcf2c4c4f204.zip |
First commit
Diffstat (limited to '.octaverc')
-rw-r--r-- | .octaverc | 18 |
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'); |