1
0
Fork 0

I do not run bashplugins with bash 3 anyway, so why bother; back to Fantasque Sans Mono in gvim, Input is kinda worse

This commit is contained in:
Von Random 2017-06-07 19:59:37 +03:00
parent bc56426399
commit f63b763742
2 changed files with 2 additions and 2 deletions

2
bashrc
View file

@ -62,7 +62,7 @@ PROMPT_COMMAND=prompt_command
aliases="${HOME}/.aliases" aliases="${HOME}/.aliases"
plugins="${HOME}/.bashplugins" plugins="${HOME}/.bashplugins"
[[ -r "${aliases}" ]] && . "${aliases}" [[ -r "${aliases}" ]] && . "${aliases}"
[[ -r "${plugins}" && "$BASH_VERSINFO" -ge 4 ]] && . "${plugins}" [[ -r "${plugins}" ]] && . "${plugins}"
unset aliases plugins unset aliases plugins
# we want to see exit code on error (it also has to be the last entry here) # we want to see exit code on error (it also has to be the last entry here)

2
gvimrc
View file

@ -1,7 +1,7 @@
if has('win32') if has('win32')
set guifont=Fantasque_Sans_Mono:h11 set guifont=Fantasque_Sans_Mono:h11
else else
set guifont=Input\ 10 set guifont=Fantasque\ Sans\ Mono\ 11
endif endif
set guiheadroom=0 guioptions=aei mouse=a set guiheadroom=0 guioptions=aei mouse=a
set noerrorbells visualbell t_vb= set noerrorbells visualbell t_vb=