shell: update starsip, pay-respects settings

This commit is contained in:
Charlie Root 2025-02-28 10:31:50 +01:00
commit 53967457e7
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ pkgs.writeText "config.fish" ''
${pkgs.zoxide}/bin/zoxide init fish | source
${pkgs.starship}/bin/starship init fish | source
${pkgs.direnv}/bin/direnv hook fish | source
${pkgs.pay-respects}/bin/pay-respects fish --alias | source
${pkgs.pay-respects}/bin/pay-respects fish --alias f --nocnf | source
source ${./config.fish}

View file

@ -1,7 +1,7 @@
{
add_newline = false;
command_timeout = 2000;
format = "$hostname$username$directory$shell$nix_shell$git_branch$git_commit$git_state$git_status$jobs$cmd_duration\n$character";
# format = "$hostname$username$directory$shell$nix_shell$git_branch$git_commit$git_state$git_status$jobs$cmd_duration\n$character";
scan_timeout = 2;
character = {
@ -34,7 +34,6 @@
untracked = "?";
};
golang.symbol = "[󰟓 ](blue)";
hostname = {
disabled = false;
format = "@[$hostname](bold blue) ";
@ -46,6 +45,7 @@
c.symbol = "[ ](black)";
lua.symbol = "[ ](blue) ";
golang.symbol = "[󰟓 ](blue)";
nix_shell.symbol = "[󱄅 ](blue) ";
nodejs.symbol = "[󰎙 ](yellow)";