packages: shell => fish
This commit is contained in:
parent
4834edd2d4
commit
d852199742
7 changed files with 3 additions and 4 deletions
38
packages/fish/starship.nix
Normal file
38
packages/fish/starship.nix
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
add_newline = false;
|
||||
command_timeout = 2000;
|
||||
format = "$hostname$username$directory$shell$nix_shell$jobs$character";
|
||||
scan_timeout = 1;
|
||||
|
||||
character = {
|
||||
error_symbol = "[λ](bold red)";
|
||||
success_symbol = "[λ](bold green)";
|
||||
};
|
||||
directory = {
|
||||
format = "[](bold green) [$path]($style) ";
|
||||
truncation_length = 2;
|
||||
};
|
||||
|
||||
direnv = {
|
||||
disabled = false;
|
||||
};
|
||||
|
||||
git_status = {
|
||||
disabled = true;
|
||||
};
|
||||
|
||||
hostname = {
|
||||
disabled = false;
|
||||
format = "@[$hostname](bold blue) ";
|
||||
ssh_only = true;
|
||||
};
|
||||
|
||||
c.symbol = "[ ](black)";
|
||||
lua.symbol = "[ ](blue) ";
|
||||
nix_shell.symbol = "[ ](blue) ";
|
||||
nodejs.symbol = "[ ](yellow)";
|
||||
package.symbol = "📦 ";
|
||||
python.symbol = "[ ](blue) ";
|
||||
rust.symbol = "[ ](red) ";
|
||||
username.format = "[$user]($style) in ";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue