Skip to content

Commit

Permalink
Fix alacritty config
Browse files Browse the repository at this point in the history
  • Loading branch information
mimikun committed Jan 25, 2024
1 parent 03daa19 commit 986af30
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions dot_config/alacritty/general.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ import = [
]
working_directory = "None"
live_config_reload = true
{{ if (eq .chezmoi.os "linux") -}}
ipc_socket = true
{{ end }}

{{ if (eq .chezmoi.os "windows") -}}
[shell]
{{ if (eq .chezmoi.os "linux") -}}
program = "$SHELL"
{{ else -}}
program = "pwsh"
{{ else if (eq .chezmoi.os "linux") -}}
ipc_socket = true
{{ end }}

0 comments on commit 986af30

Please sign in to comment.