Skip to content

Commit

Permalink
Alacritty: migrate to the latest config
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 3, 2024
1 parent 59b5064 commit 301b427
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
import = ["~/.config/alacritty/config.toml", "~/.local/share/alacritty/config.toml"]
[general]
import = ["~/.config/alacritty/config.toml", "~/.local/share/alacritty/config.toml"]
7 changes: 4 additions & 3 deletions .config/alacritty/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Live config reload (changes require restart)
live_config_reload = true
[general]
# Live config reload (changes require restart)
live_config_reload = true

# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
Expand Down Expand Up @@ -236,6 +237,6 @@ live_config_reload = true
# Default:
# - (Linux/BSD/macOS) `$SHELL` or the user's login shell, if `$SHELL` is unset
# - (Windows) powershell
[shell]
[terminal.shell]
program = "/bin/zsh"
args = ["-l", "-c", "tmux new-session -A -s alacritty"]

0 comments on commit 301b427

Please sign in to comment.