Skip to content

Commit

Permalink
Changed alacritty starting dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
kglundgren committed Nov 13, 2024
1 parent e0189a2 commit 340757b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[shell]
program = 'pwsh.exe'
args = ['-WorkingDirectory', 'C:/']
args = ['-WorkingDirectory', '~']

[font]
size = 12.5
normal = { family = 'JetBrainsMono Nerd Font', style = 'Medium' }
size = 14
# normal = { family = 'FiraCode Nerd Font Mono', style = 'Regular' }
normal = { family = 'CozetteVector' }

[window]
padding = { x = 5, y = 5 }
Expand Down

0 comments on commit 340757b

Please sign in to comment.