fish
This commit is contained in:
parent
e148c91317
commit
ad89e53947
2 changed files with 10 additions and 10 deletions
|
|
@ -75,7 +75,7 @@
|
||||||
set -U fish_prompt_pwd_dir_length 0
|
set -U fish_prompt_pwd_dir_length 0
|
||||||
|
|
||||||
function fish_prompt --description "Write out the prompt"
|
function fish_prompt --description "Write out the prompt"
|
||||||
echo -s (set_color brblack) (basename $PWD) (set_color normal) (set_color magenta) ' $ ' (set_color normal)
|
echo -s (set_color green) (whoami) (set_color brblack) @ (set_color yellow) (hostname) (set_color brblack) : (prompt_pwd) '$ ' (set_color normal)
|
||||||
end
|
end
|
||||||
|
|
||||||
function fish_right_prompt --description "Display info to the right of the prompt"
|
function fish_right_prompt --description "Display info to the right of the prompt"
|
||||||
|
|
|
||||||
|
|
@ -23,21 +23,21 @@
|
||||||
background = "eeeeee";
|
background = "eeeeee";
|
||||||
foreground = "1c1c1c";
|
foreground = "1c1c1c";
|
||||||
regular0 = "1c1c1c"; # black
|
regular0 = "1c1c1c"; # black
|
||||||
bright0 = "585858 "; # bright black
|
bright0 = "585858"; # bright black
|
||||||
regular1 = "af0000"; # red
|
regular1 = "af0000"; # red
|
||||||
bright1 = "d70000"; # bright red
|
bright1 = "d70000"; # bright red
|
||||||
regular2 = "008700"; # green
|
regular2 = "008700"; # green
|
||||||
bright2 = "5faf5f"; # bright green
|
bright2 = "5faf5f"; # bright green
|
||||||
regular3 = "d75f00"; # yellow
|
regular3 = "d75f00"; # yellow
|
||||||
bright3 = "ffaf00 "; # bright yellow
|
bright3 = "ffaf00"; # bright yellow
|
||||||
regular4 = "005faf "; # blue
|
regular4 = "005faf"; # blue
|
||||||
bright4 = "0087af "; # bright blue
|
bright4 = "0087af"; # bright blue
|
||||||
regular5 = "d70087 "; # magenta
|
regular5 = "d70087"; # magenta
|
||||||
bright5 = "ff5faf "; # bright magenta
|
bright5 = "ff5faf"; # bright magenta
|
||||||
regular6 = "005f87 "; # cyan
|
regular6 = "005f87"; # cyan
|
||||||
bright6 = "00afaf "; # bright cyan
|
bright6 = "00afaf"; # bright cyan
|
||||||
regular7 = "ffffff"; # white
|
regular7 = "ffffff"; # white
|
||||||
bright7 = "bcbcbc "; # bright white
|
bright7 = "bcbcbc"; # bright white
|
||||||
};
|
};
|
||||||
key-bindings = {
|
key-bindings = {
|
||||||
show-urls-launch = "Control+Shift+g";
|
show-urls-launch = "Control+Shift+g";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue