Compact theme
- Depends on PrettyPrompt
This commit is contained in:
parent
434bdce987
commit
a76ae89471
@ -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
|
||||||
|
|
||||||
|
|||||||
7
themes/compact/prompt.fish
Normal file
7
themes/compact/prompt.fish
Normal 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
|
||||||
7
themes/compact/right_prompt.fish
Normal file
7
themes/compact/right_prompt.fish
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user