switch to starfish prompt

This commit is contained in:
notgne2 2022-11-02 20:36:45 -07:00
parent 1d317b21fb
commit cd6e8147ab
No known key found for this signature in database
5 changed files with 81 additions and 65 deletions

View file

@ -57,7 +57,12 @@ inputs: {
notify-desktop
];
home.sessionVariables = {TERM = "xterm-256color";};
programs.starship = {
enable = true;
settings = {
line_break.disabled = true;
};
};
programs.fish = {
enable = true;
@ -73,10 +78,6 @@ inputs: {
name = "done";
src = inputs.done;
}
{
name = "bobthefish";
src = inputs.bobthefish;
}
];
shellInit = ''
if not set -q NIX_PATH
@ -86,13 +87,9 @@ inputs: {
end
'';
interactiveShellInit = ''
set TERM xterm-256color
set -U __done_min_cmd_duration 2000
set -U fish_key_bindings fish_default_key_bindings
set -g theme_nerd_fonts yes
set -g theme_display_date no
eval (${pkgs.direnv}/bin/direnv hook fish)
'';