mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
zoxide: Remove env_set and persist (#3340)
* zoxide: Remove `env_set` and `persist` * Add database note * Remove autoload note
This commit is contained in:
parent
c50cede8a0
commit
09f1d3ada3
@ -3,7 +3,7 @@
|
|||||||
"description": "A faster way to navigate your filesystem",
|
"description": "A faster way to navigate your filesystem",
|
||||||
"homepage": "https://github.com/ajeetdsouza/zoxide",
|
"homepage": "https://github.com/ajeetdsouza/zoxide",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"notes": "See https://github.com/ajeetdsouza/zoxide#powershell for zoxide autoload",
|
"notes": "_ZO_DATA_DIR is located at $env:APPDATA\\zoxide by default",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.8.0/zoxide-v0.8.0-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.8.0/zoxide-v0.8.0-x86_64-pc-windows-msvc.zip",
|
||||||
@ -11,10 +11,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "zoxide.exe",
|
"bin": "zoxide.exe",
|
||||||
"env_set": {
|
|
||||||
"_ZO_DATA_DIR": "$dir\\data"
|
|
||||||
},
|
|
||||||
"persist": "data",
|
|
||||||
"checkver": "github",
|
"checkver": "github",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user