shell: update starsip, pay-respects settings
This commit is contained in:
parent
991af232ad
commit
53967457e7
2 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
|
@ -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)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue