From f63b7637423298ad5cf7b339cae916b87cae3dc2 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 7 Jun 2017 19:59:37 +0300 Subject: [PATCH] I do not run bashplugins with bash 3 anyway, so why bother; back to Fantasque Sans Mono in gvim, Input is kinda worse --- bashrc | 2 +- gvimrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index abf1311..f2ae8c9 100644 --- a/bashrc +++ b/bashrc @@ -62,7 +62,7 @@ PROMPT_COMMAND=prompt_command aliases="${HOME}/.aliases" plugins="${HOME}/.bashplugins" [[ -r "${aliases}" ]] && . "${aliases}" -[[ -r "${plugins}" && "$BASH_VERSINFO" -ge 4 ]] && . "${plugins}" +[[ -r "${plugins}" ]] && . "${plugins}" unset aliases plugins # we want to see exit code on error (it also has to be the last entry here) diff --git a/gvimrc b/gvimrc index 0927521..dd5a653 100644 --- a/gvimrc +++ b/gvimrc @@ -1,7 +1,7 @@ if has('win32') set guifont=Fantasque_Sans_Mono:h11 else - set guifont=Input\ 10 + set guifont=Fantasque\ Sans\ Mono\ 11 endif set guiheadroom=0 guioptions=aei mouse=a set noerrorbells visualbell t_vb=