From ad89e5394782e3176934fb53a0d4c028fcf6acf8 Mon Sep 17 00:00:00 2001 From: Till Date: Thu, 26 Dec 2024 17:20:52 +0100 Subject: [PATCH] fish --- home/fish.nix | 2 +- home/foot.nix | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/home/fish.nix b/home/fish.nix index ab9ca18..e589397 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -75,7 +75,7 @@ set -U fish_prompt_pwd_dir_length 0 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 function fish_right_prompt --description "Display info to the right of the prompt" diff --git a/home/foot.nix b/home/foot.nix index fdbccdf..6b67031 100644 --- a/home/foot.nix +++ b/home/foot.nix @@ -23,21 +23,21 @@ background = "eeeeee"; foreground = "1c1c1c"; regular0 = "1c1c1c"; # black - bright0 = "585858 "; # bright black + bright0 = "585858"; # bright black regular1 = "af0000"; # red bright1 = "d70000"; # bright red regular2 = "008700"; # green bright2 = "5faf5f"; # bright green regular3 = "d75f00"; # yellow - bright3 = "ffaf00 "; # bright yellow - regular4 = "005faf "; # blue - bright4 = "0087af "; # bright blue - regular5 = "d70087 "; # magenta - bright5 = "ff5faf "; # bright magenta - regular6 = "005f87 "; # cyan - bright6 = "00afaf "; # bright cyan + bright3 = "ffaf00"; # bright yellow + regular4 = "005faf"; # blue + bright4 = "0087af"; # bright blue + regular5 = "d70087"; # magenta + bright5 = "ff5faf"; # bright magenta + regular6 = "005f87"; # cyan + bright6 = "00afaf"; # bright cyan regular7 = "ffffff"; # white - bright7 = "bcbcbc "; # bright white + bright7 = "bcbcbc"; # bright white }; key-bindings = { show-urls-launch = "Control+Shift+g";