yazi and starship
This commit is contained in:
parent
a1ccf25320
commit
5391a3e01d
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
format = "$all$line_break$character"
|
||||
format = "$env_var$all$line_break$character"
|
||||
|
||||
[env_var.yazi_level]
|
||||
description = "Indicate the shell was launched by `yazi`"
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
owner = "Rolv-Apneseth";
|
||||
repo = "starship.yazi";
|
||||
rev = "HEAD";
|
||||
sha256 = "sha256-ORcexu1f7hb7G4IyzQIfGlCkH3OWlk4w5FtZrbXkR40=";
|
||||
sha256 = "sha256-+CSdghcIl50z0MXmFwbJ0koIkWIksm3XxYvTAwoRlDY=";
|
||||
};
|
||||
office = pkgs.fetchFromGitHub {
|
||||
owner = "macydnah";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- require("starship"):setup()
|
||||
require("starship"):setup()
|
||||
|
||||
require("git"):setup()
|
||||
th.git = th.git or {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue