corrected some colors for using bash in windows
This commit is contained in:
parent
09473fc897
commit
6507d68b1d
4
.bashrc
4
.bashrc
|
|
@ -25,6 +25,10 @@ fi
|
|||
|
||||
export COLORTERM=1
|
||||
|
||||
# change darkblue dir-colors to lightgrey because it's unreadable with black background
|
||||
LS_COLORS="di=01;90"
|
||||
export LS_COLORS
|
||||
|
||||
# prefered editor
|
||||
export EDITOR=vi
|
||||
|
||||
|
|
|
|||
1
.vimrc
1
.vimrc
|
|
@ -24,6 +24,7 @@ set ignorecase " Do case insensitive matching
|
|||
set smartcase " When searching with Uppercase Letters be Case-Sensitive, otherwise don't be
|
||||
set incsearch " Incremental search
|
||||
set hlsearch " Search highlight
|
||||
hi Search ctermbg=LightGrey " change color for search hints
|
||||
|
||||
set noexpandtab
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user