some slight font related tweaks
This commit is contained in:
parent
347cacc969
commit
a1eaa87ea0
3 changed files with 7 additions and 7 deletions
6
bashrc
6
bashrc
|
@ -44,13 +44,13 @@ prompt_command()
|
|||
esac
|
||||
if ((UID)); then
|
||||
prompt_user="${pblack}\u${preset} "
|
||||
bang="${pblack}>"
|
||||
bang="${pblack}>${preset}"
|
||||
else
|
||||
prompt_user="${pred}\u${preset} "
|
||||
bang="${pred}>"
|
||||
bang="${pred}>${preset}"
|
||||
fi
|
||||
ps_line1="[ ${prompt_user}${HOSTNAME}:${pblack}$(pwd)${preset} ]"
|
||||
ps_line2="${bang}${preset} "
|
||||
ps_line2="${bang} "
|
||||
PS1="${ps_line1}\n${ps_line2}"
|
||||
}
|
||||
PROMPT_COMMAND=prompt_command
|
||||
|
|
4
gvimrc
4
gvimrc
|
@ -1,7 +1,7 @@
|
|||
if has('win32')
|
||||
set guifont=Input:h10
|
||||
set guifont=Iosevka_Regular:h10
|
||||
else
|
||||
set guifont=Input\ 10
|
||||
set guifont=Iosevka\ Regular\ 10
|
||||
endif
|
||||
set guiheadroom=0 guioptions=aei mouse=a
|
||||
set noerrorbells visualbell t_vb=
|
||||
|
|
|
@ -8,7 +8,7 @@ allow_bold = true
|
|||
dynamic_title = true
|
||||
urgent_on_bell = true
|
||||
clickable_url = true
|
||||
font = Fantasque Sans Mono 11
|
||||
font = Iosevka Regular 10
|
||||
scrollback_lines = 10000
|
||||
search_wrap = true
|
||||
icon_name = terminal
|
||||
|
@ -44,4 +44,4 @@ color14 = #93a1a1
|
|||
color15 = #fdf6e3
|
||||
|
||||
[hints]
|
||||
font = Fantasque Sans Mono 9
|
||||
font = Iosevka Regular 9
|
||||
|
|
Loading…
Reference in a new issue