From 9b41cae43aa74ff135fb8525af78823f39068ed8 Mon Sep 17 00:00:00 2001 From: Luis Mayta Date: Sun, 10 Nov 2024 22:12:15 -0300 Subject: [PATCH] fix(config): change path home (#54) --- conf/alacritty.toml | 6 +++--- conf/core.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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