various tweaks, bw->kpxc temporarily
This commit is contained in:
parent
e06ce60bfe
commit
6b2b079a18
15 changed files with 180 additions and 157 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue