Skip to content

Commit

Permalink
feat(kitty): fix current theme kitten path
Browse files Browse the repository at this point in the history
  • Loading branch information
aikow committed Jan 1, 2025
1 parent 47955a7 commit de124ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions config/fish/conf.d/julia.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# >>> juliaup initialize >>>
fish_add_path -p /home/aikow/.juliaup/bin
# <<< juliaup initialize <<<
1 change: 1 addition & 0 deletions config/fish/conf.d/rustup.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source "$HOME/.cargo/env.fish"
4 changes: 2 additions & 2 deletions config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ map ctrl+shift+p last_used_layout
map ctrl+shift+m toggle_layout stack

# BEGIN_KITTY_THEME
# Gruvbox Material Dark Medium
include ${HOME}/.config/kitty/current-theme.conf
# Kanagawa
include current-theme.conf
# END_KITTY_THEME

# Include OS specific configuration
Expand Down

0 comments on commit de124ba

Please sign in to comment.