diff --git a/conf/alacritty.toml b/conf/alacritty.toml index f73fcde..9415161 100644 --- a/conf/alacritty.toml +++ b/conf/alacritty.toml @@ -1,5 +1,5 @@ [general] import = [ - "/Volumes/Data/luchomayta/.config/alacritty/core.toml", - "/Volumes/Data/luchomayta/.config/alacritty/themes/catppuccin/catppuccin-mocha.toml", -] + "~/.config/alacritty/core.toml", + "~/.config/alacritty/themes/catppuccin/catppuccin-mocha.toml", +] \ No newline at end of file diff --git a/conf/core.toml b/conf/core.toml index 26a4f96..41c43d2 100644 --- a/conf/core.toml +++ b/conf/core.toml @@ -42,4 +42,4 @@ decorations_theme_variant = "Dark" [cursor] style = "Block" unfocused_hollow = true -vi_mode_style = "Beam" +vi_mode_style = "Beam" \ No newline at end of file