From c295d2b49516606ae1dbca953239735754ecd63f Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 1 Aug 2021 11:29:56 -0700 Subject: [PATCH] allow invocation of shell functions from vim --- home/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/vimrc b/home/vimrc index 7265801..ac90eb7 100644 --- a/home/vimrc +++ b/home/vimrc @@ -108,6 +108,8 @@ if has('wildignore') set wildignore+=*.h5,*.npz endif +let $PATH .= ':'.$HOME.'/sh' " allow direct invocation of shell funcs + " autocmd {{{1 fu! TabEight()