fish: colorings
This commit is contained in:
parent
afa495919c
commit
7954844ff6
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ set fish_emoji_width 2
|
||||||
# Colors
|
# Colors
|
||||||
set fish_color_command --bold
|
set fish_color_command --bold
|
||||||
set fish_color_comment --italics --dim
|
set fish_color_comment --italics --dim
|
||||||
set fish_color_autosuggestion --italics --bold red
|
set fish_color_autosuggestion --italics --bold --dim
|
||||||
set fish_color_cancel
|
set fish_color_cancel
|
||||||
set fish_color_command --bold
|
set fish_color_command --bold
|
||||||
set fish_color_comment --italics --dim
|
set fish_color_comment --italics --dim
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
fish_prompt.body = ''
|
fish_prompt.body = ''
|
||||||
echo -e "\033[s\033[$LINES;1H\033[1;2;38;5;238m$(string pad -c '┄' -w $COLUMNS (fish_jj_prompt || fish_vcs_prompt))\033[0m\033[u"
|
echo -e "\033[s\033[$LINES;1H\033[1;2;38;5;238m$(string pad -c '┄' -w $COLUMNS (fish_jj_prompt || fish_vcs_prompt))\033[0m\033[u"
|
||||||
string join "" -- (set_color --italics) (prompt_hostname) ':' (prompt_pwd --full-length-dirs=4) (set_color --bold) ' ❯ ' (set_color normal)
|
string join "" -- (set_color --dim) (prompt_hostname) ':' (prompt_pwd --full-length-dirs=4) (set_color --bold normal) ' ❯ ' (set_color normal)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
transient_prompt_func.body = ''
|
transient_prompt_func.body = ''
|
||||||
|
|
Loading…
Reference in a new issue