diff options
author | David Runge <dave@sleepmap.de> | 2023-05-22 09:00:08 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-05-22 09:00:08 +0200 |
commit | c584839eb83f0d361312301a70f476acae5b0c18 (patch) | |
tree | acf9a63946cb754a32e82020fa3eba16ab449c34 | |
parent | a71959731a03159f78d5a696ae11edee8e34229a (diff) | |
download | dotfiles-c584839eb83f0d361312301a70f476acae5b0c18.tar.gz dotfiles-c584839eb83f0d361312301a70f476acae5b0c18.tar.bz2 dotfiles-c584839eb83f0d361312301a70f476acae5b0c18.tar.xz dotfiles-c584839eb83f0d361312301a70f476acae5b0c18.zip |
octave: remove config (not used anymore).
-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'); |