dotfiles_fish_server/conf.d/25_prompt_theme.fish
Candifloss a76ae89471 Compact theme
- Depends on PrettyPrompt
2026-07-16 07:39:07 +05:30

13 lines
300 B
Fish

# Prompt theme
# Change "default" to preferred theme name
set -g FISH_PROMPT_THEME default
#set -g FISH_PROMPT_THEME compact
set -l theme_dir ~/.config/fish/themes/$FISH_PROMPT_THEME
source $theme_dir/prompt.fish
if test -f $theme_dir/right_prompt.fish
source $theme_dir/right_prompt.fish
end