packages: shell => fish

This commit is contained in:
Bloxx12 2025-06-07 17:32:30 +02:00
commit d852199742
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
7 changed files with 3 additions and 4 deletions

View 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 ";
}