mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
ship
This commit is contained in:
parent
7680289a8d
commit
488b2b7a68
1 changed files with 4 additions and 1 deletions
|
|
@ -109,7 +109,9 @@ in
|
|||
command = ''if [ -n "$FLOX_ENV_NAME" ]; then echo "via [❄️ $FLOX_ENV_NAME](bold blue) "; fi'';
|
||||
when = ''test -n "$FLOX_ENV_NAME"'';
|
||||
format = ''$output'';
|
||||
shell = ["bash", "-c"];
|
||||
# --- MODIFIED LINE ---
|
||||
shell = "bash";
|
||||
# --- END MODIFIED LINE ---
|
||||
};
|
||||
|
||||
format = ''$directory $git_branch $conda$custom.flox_prompt_indicator$nix_shell$cmd_duration$status$character'';
|
||||
|
|
@ -120,6 +122,7 @@ in
|
|||
|
||||
|
||||
|
||||
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue