fish: replace pure prompt with lighter own prompt
This commit is contained in:
parent
f3305c291b
commit
609696a433
5 changed files with 60 additions and 39 deletions
|
|
@ -64,11 +64,6 @@ post_hook = 'sh ~/.cache/matugen-jankyborders.sh & disown'
|
|||
input_path = './templates/zsh.sh'
|
||||
output_path = '~/.cache/zsh_colours.sh'
|
||||
|
||||
[templates.fish-pure]
|
||||
input_path = './templates/pure.fish'
|
||||
output_path = '~/.config/fish/pure_colours.fish'
|
||||
post_hook = 'fish ~/.config/fish/pure_colours.fish'
|
||||
|
||||
[templates.fuzzel]
|
||||
input_path = './templates/fuzzel.ini'
|
||||
output_path = '~/.config/fuzzel/colors.ini'
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
set pure_color_primary {{colors.primary.default.hex_stripped}}
|
||||
set pure_color_normal {{colors.on_primary.default.hex_stripped}}
|
||||
set pure_color_success {{colors.on_primary_container.default.hex_stripped}}
|
||||
set pure_color_warning {{colors.secondary_fixed_dim.default.hex_stripped}}
|
||||
|
||||
set pure_color_info {{colors.secondary.default.hex_stripped}}
|
||||
set pure_color_danger {{colors.error.default.hex_stripped}}
|
||||
set pure_color_mute {{colors.surface_bright.default.hex_stripped}}
|
||||
|
||||
set pure_color_light {{colors.secondary.default.hex_stripped}}
|
||||
set pure_color_dark {{colors.secondary.default.hex_stripped}}
|
||||
|
||||
set pure_color_git_unpushed_commits {{colors.tertiary.default.hex_stripped}}
|
||||
set pure_color_git_dirty {{colors.tertiary.default.hex_stripped}}
|
||||
set pure_color_git_stash {{colors.tertiary.default.hex_stripped}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue