1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Not hardcoding path to bash makes it work on termux too

This commit is contained in:
2023-10-31 14:05:54 +01:00
parent 967c20f78b
commit 29967f31ed

2
.vimrc
View File

@@ -4,7 +4,7 @@
" wholesale is generally not a good idea; getting an idea to what things
" actually mean and are used for is really recommended.
set shell=/bin/bash
set shell=bash
set encoding=utf-8