diff --git a/packages/vim-python/vimrc b/packages/vim-python/vimrc index 7cb8378bd..9ffc57c51 100644 --- a/packages/vim-python/vimrc +++ b/packages/vim-python/vimrc @@ -77,7 +77,7 @@ if has('path_extra') endif if &shell =~# 'fish$' && (v:version < 704 || v:version == 704 && !has('patch276')) - set shell=/usr/bin/env\ bash + set shell=/data/data/com.termux/files/usr/bin/env\ bash endif set autoread diff --git a/packages/vim/vimrc b/packages/vim/vimrc index 7cb8378bd..9ffc57c51 100644 --- a/packages/vim/vimrc +++ b/packages/vim/vimrc @@ -77,7 +77,7 @@ if has('path_extra') endif if &shell =~# 'fish$' && (v:version < 704 || v:version == 704 && !has('patch276')) - set shell=/usr/bin/env\ bash + set shell=/data/data/com.termux/files/usr/bin/env\ bash endif set autoread