From 6281e322756e62158e33902d5c0a2d747fab4559 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 20 Sep 2022 01:15:52 +0000 Subject: [PATCH] wsl alacritty fixes --- windows/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/alacritty.yml b/windows/alacritty.yml index d572432..fedf71d 100644 --- a/windows/alacritty.yml +++ b/windows/alacritty.yml @@ -133,7 +133,7 @@ font: # The `style` can be specified to pick a specific face. #style: Bold Italic # Point size - size: 18.0 + size: 16.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter # spacing. @@ -416,7 +416,7 @@ colors: shell: program: "C:\\Windows\\System32\\wsl.exe" args: - - "~" + - --cd "/home/noah" # Startup directory # # Directory the shell is started in. If this is unset, or `None`, the working