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:
2
.vimrc
2
.vimrc
@@ -4,7 +4,7 @@
|
|||||||
" wholesale is generally not a good idea; getting an idea to what things
|
" wholesale is generally not a good idea; getting an idea to what things
|
||||||
" actually mean and are used for is really recommended.
|
" actually mean and are used for is really recommended.
|
||||||
|
|
||||||
set shell=/bin/bash
|
set shell=bash
|
||||||
|
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user