zoxide: Remove env_set and persist (#3340)

* zoxide: Remove `env_set` and `persist`

* Add database note

* Remove autoload note
This commit is contained in:
sitiom 2022-02-27 14:53:02 +08:00 committed by GitHub
parent c50cede8a0
commit 09f1d3ada3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"description": "A faster way to navigate your filesystem",
"homepage": "https://github.com/ajeetdsouza/zoxide",
"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": {
"64bit": {
"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",
"env_set": {
"_ZO_DATA_DIR": "$dir\\data"
},
"persist": "data",
"checkver": "github",
"autoupdate": {
"architecture": {