Compare commits

...

3 commits

View file

@ -11,13 +11,14 @@ in {
"$os"
" "
"($container )"
"($direnv)"
"\\["
"([$username](bold yellow)@[$hostname](bold red) )"
"[$directory](cyan)"
"($git_branch$git_commit$git_state$git_metrics$git_status)"
"\\] "
"($package)"
"($conda$direnv$julia$nix_shell$nodejs$python$quarto$rlang$ruby)"
"($conda$nix_shell)"
"($julia$nodejs$python$quarto$rlang$ruby)"
"($shell)"
"$character"
];
@ -26,6 +27,16 @@ in {
success_symbol = "[\\$](bold green)";
error_symbol = "[\\$](bold red)";
};
conda = { format = "[$symbol$environment]($style) "; };
direnv = {
disabled = false;
allowed_msg = "";
not_allowed_msg = "";
denied_msg = "";
loaded_msg = "";
unloaded_msg = "";
symbol = " ";
};
git_metrics = { disabled = false; };
git_status = {
# Remove trailing space from format string
@ -52,10 +63,6 @@ in {
NixOS = "";
};
};
package = {
format = language-format-string;
symbol = " ";
};
python = {
format =
"[\${symbol}\${pyenv_prefix}(\${version} )(($virtualenv) )]($style)";