From c22c80a495d8815f976b8ea0ebe6f769ee7ac029 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 22 Mar 2013 00:58:14 -0400 Subject: [PATCH] Include the base directory in .octaverc. --- .octaverc | 1 + 1 file changed, 1 insertion(+) diff --git a/.octaverc b/.octaverc index 25bb339..7a63281 100644 --- a/.octaverc +++ b/.octaverc @@ -7,5 +7,6 @@ history_timestamp_format_string("%%-- %D %I:%M %p --%%"); page_screen_output(false); print_empty_dimensions(false); +addpath(genpath('~/src/octave')); addpath(genpath('~/src/octave/misc')); addpath(genpath('~/src/octave/optimization')); -- 2.43.2