From eec48ff71881d8757b79dcd95aac9dac4d71bf72 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 12 May 2024 21:01:00 +0200 Subject: tidied this repo up and uploaded my new nvim from scratch config --- plugin/max-find-shell.vim | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 plugin/max-find-shell.vim (limited to 'plugin/max-find-shell.vim') diff --git a/plugin/max-find-shell.vim b/plugin/max-find-shell.vim deleted file mode 100644 index 778f0fb..0000000 --- a/plugin/max-find-shell.vim +++ /dev/null @@ -1,11 +0,0 @@ -"======================================================================================================================= -" SHELL: -" Many scripts rely on bash. We help to find the bash binary -"======================================================================================================================= -if filereadable("/bin/bash") - set shell=/bin/bash -elseif filereadable("/usr/local/bin/bash") - set shell=/usr/local/bin/bash -elseif has("win32") - set shell="cmd.exe" -endif -- cgit v1.2.3