AutoYADM commit: 2025-02-12 12:55:05
This commit is contained in:
parent
2cd3272dac
commit
5ffe2dee9c
4 changed files with 1 additions and 172 deletions
|
@ -2,4 +2,3 @@ require("custom-shell"):setup({
|
|||
history_path = "default",
|
||||
save_history = true,
|
||||
})
|
||||
require("git"):setup()
|
||||
|
|
|
@ -48,11 +48,6 @@ use = "aresler/path-from-root"
|
|||
rev = "68277d2"
|
||||
hash = "ada10d1213f2117878e0fd90df708619"
|
||||
|
||||
[[plugin.deps]]
|
||||
use = "yazi-rs/plugins:git"
|
||||
rev = "8945e54"
|
||||
hash = "771f18427fb75fb19990ce602bb322f4"
|
||||
|
||||
[[flavor.deps]]
|
||||
use = "ashen-org/ashen:ashen"
|
||||
rev = "ded1f4e"
|
||||
|
|
|
@ -17,12 +17,3 @@ extract = [
|
|||
{ run = 'ouch d -y "%*"', desc = "Extract here with ouch", for = "windows" },
|
||||
{ run = 'ouch d -y "$@"', desc = "Extract here with ouch", for = "unix" },
|
||||
]
|
||||
[[plugin.prepend_fetchers]]
|
||||
id = "git"
|
||||
name = "*"
|
||||
run = "git"
|
||||
|
||||
[[plugin.prepend_fetchers]]
|
||||
id = "git"
|
||||
name = "*/"
|
||||
run = "git"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue