diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-18 15:08:13 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-18 15:08:13 +0200 |
commit | 4fb51a9e1685ca139e967bee59dae4ac6f708f09 (patch) | |
tree | a492be3d152a3f83177d4c254c70cef7a895cf9f /.config/alacritty | |
parent | Reverted emacs to nvim because speed seriously (diff) | |
download | dotfiles-bsd-4fb51a9e1685ca139e967bee59dae4ac6f708f09.tar.gz dotfiles-bsd-4fb51a9e1685ca139e967bee59dae4ac6f708f09.tar.bz2 dotfiles-bsd-4fb51a9e1685ca139e967bee59dae4ac6f708f09.tar.xz dotfiles-bsd-4fb51a9e1685ca139e967bee59dae4ac6f708f09.tar.zst dotfiles-bsd-4fb51a9e1685ca139e967bee59dae4ac6f708f09.zip |
Changed alacritty font to mononoki
Diffstat (limited to '')
-rw-r--r-- | .config/alacritty/alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 3f776ae..af33c38 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -97,8 +97,8 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: DejaVu Sans Mono Nerd Font - # family: mononoki Nerd Font + # family: DejaVu Sans Mono Nerd Font + family: mononoki Nerd Font # family: Px437 AT&T PC6300 # family: Px437 IBM VGA9 |