TheRepoClub-DotFiles/.config/fish/config.fish

15 lines
242 B
Fish
Raw Permalink Normal View History

2024-08-19 11:43:26 -04:00
export MICRO_TRUECOLOR=1
2024-08-25 15:53:42 -04:00
for themes in "$HOME/.config/fish/themes/"*
source $themes
end
2024-08-19 11:43:26 -04:00
for plugins in "$HOME/.config/fish/plugins/"*
source $plugins
end
2024-08-25 15:53:42 -04:00
2024-08-19 11:43:26 -04:00
for functions in "$HOME/.config/fish/functions/"*
source $functions
end