various tweaks, bw->kpxc temporarily

This commit is contained in:
atagen 2025-09-09 08:05:23 +10:00
parent e06ce60bfe
commit 6b2b079a18
15 changed files with 180 additions and 157 deletions

View file

@ -42,6 +42,10 @@ in
comma = lib.getExe' (getFlakePkg' inputs.nix-index-database "comma-with-db") "comma";
in
''
function fish_greeting
${./rice/header.sh}
echo ""
end
function fish_title
set -q argv[1]; or set argv fish
echo (fish_prompt_pwd_dir_length=100 prompt_pwd): $argv;
@ -54,7 +58,6 @@ in
${comma} "$argv[1]"
end
end
${./rice/header.sh}
'';
};
programs.command-not-found.enable = false;