about summary refs log tree commit diff
path: root/configs/shared
diff options
context:
space:
mode:
Diffstat (limited to 'configs/shared')
-rw-r--r--configs/shared/.vimrc9
1 files changed, 1 insertions, 8 deletions
diff --git a/configs/shared/.vimrc b/configs/shared/.vimrc
index e0476e3f12d1..b54ef3056df2 100644
--- a/configs/shared/.vimrc
+++ b/configs/shared/.vimrc
@@ -1,9 +1,3 @@
-" Set shell variable to "sh" if current shell is "fish shell"
-if &shell =~# 'fish$'
-  set shell=sh
-endif
-
-
 " -- BEGIN: Vundle config --
 set nocompatible              " be iMproved, required
 filetype off                  " required
@@ -378,7 +372,7 @@ nnoremap <Tab> :1bnext<CR>
 nnoremap <S-Tab> :1bprevious<CR>
 
 
-" make Y do what is intuitive given: 
+" make Y do what is intuitive given:
 "   D: deletes until EOL
 "   C: changes until EOL
 "   Y: (should) yank until EOL
@@ -541,4 +535,3 @@ fun! CreateNonExistingDirsAndFile()
   " Write the buffer to the recently created file.
   w
 endfun
-