Skip to content

Commit

Permalink
fix(config): change path home (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Nov 11, 2024
1 parent 0fdc499 commit 9b41cae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conf/alacritty.toml
Original file line number Diff line number Diff line change
@@ -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",
]
2 changes: 1 addition & 1 deletion conf/core.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ decorations_theme_variant = "Dark"
[cursor]
style = "Block"
unfocused_hollow = true
vi_mode_style = "Beam"
vi_mode_style = "Beam"

0 comments on commit 9b41cae

Please sign in to comment.