Compact theme

- Depends on PrettyPrompt
This commit is contained in:
Candifloss 2026-07-16 07:39:07 +05:30
parent 434bdce987
commit a76ae89471
3 changed files with 15 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Change "default" to preferred theme name # Change "default" to preferred theme name
set -g FISH_PROMPT_THEME default set -g FISH_PROMPT_THEME default
#set -g FISH_PROMPT_THEME compact
set -l theme_dir ~/.config/fish/themes/$FISH_PROMPT_THEME set -l theme_dir ~/.config/fish/themes/$FISH_PROMPT_THEME

View File

@ -0,0 +1,7 @@
# Compact Theme
# Dependency: https://git.candifloss.cc/candifloss/PrettyPrompt
# Left prompt: Minimal prompt with color indicators
function fish_prompt
prettyprompt $status
end

View File

@ -0,0 +1,7 @@
# Compact Theme
# Dependency: https://git.candifloss.cc/candifloss/PrettyPrompt
# Right prompt: pwd and git
function fish_right_prompt
prettyprompt-pwd
end