yazi and starship

This commit is contained in:
Matt Nish-Lapidus 2025-05-18 16:53:04 -04:00
parent a1ccf25320
commit 5391a3e01d
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
"$schema" = 'https://starship.rs/config-schema.json' "$schema" = 'https://starship.rs/config-schema.json'
format = "$all$line_break$character" format = "$env_var$all$line_break$character"
[env_var.yazi_level] [env_var.yazi_level]
description = "Indicate the shell was launched by `yazi`" description = "Indicate the shell was launched by `yazi`"

View file

@ -68,7 +68,7 @@
owner = "Rolv-Apneseth"; owner = "Rolv-Apneseth";
repo = "starship.yazi"; repo = "starship.yazi";
rev = "HEAD"; rev = "HEAD";
sha256 = "sha256-ORcexu1f7hb7G4IyzQIfGlCkH3OWlk4w5FtZrbXkR40="; sha256 = "sha256-+CSdghcIl50z0MXmFwbJ0koIkWIksm3XxYvTAwoRlDY=";
}; };
office = pkgs.fetchFromGitHub { office = pkgs.fetchFromGitHub {
owner = "macydnah"; owner = "macydnah";

View file

@ -1,4 +1,4 @@
-- require("starship"):setup() require("starship"):setup()
require("git"):setup() require("git"):setup()
th.git = th.git or {} th.git = th.git or {}