From 0d3c2bf11adfc2c374f3576eb94a29d13a33a5e5 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 16 Aug 2020 11:42:50 +0530 Subject: alacritty: fonts --- alacritty/.config/alacritty/alacritty.yml | 6 +++--- bash/.bash_aliases | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index b2f25a1..a4c6669 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -38,19 +38,19 @@ draw_bold_text_with_bright_colors: false font: # The normal (roman) font face to use. normal: - family: Basier Square Mono # should be "Menlo" or something on macOS. + family: Liga Input # should be "Menlo" or something on macOS. # Style can be specified to pick a specific face. style: Regular # The bold font face bold: - family: Basier Square Mono # should be "Menlo" or something on macOS. + family: Liga Input # should be "Menlo" or something on macOS. # Style can be specified to pick a specific face. style: Bold # The italic font face italic: - family: Basier Square Mono # should be "Menlo" or something on macOS. + family: Liga Input # should be "Menlo" or something on macOS. # Style can be specified to pick a specific face. style: Italic diff --git a/bash/.bash_aliases b/bash/.bash_aliases index b078500..76335b5 100644 --- a/bash/.bash_aliases +++ b/bash/.bash_aliases @@ -13,7 +13,7 @@ alias tmux='tmux -u' alias tree='tree -C' alias vim='nvim' alias vime='nvim ~/.config/nvim/init.vim' -alias tb='nc termbin 9999' +alias tb='nc termbin.com 9999' # git aliases alias gb='git branch -v' -- cgit v1.2.3