sitiom 09f1d3ada3
zoxide: Remove env_set and persist (#3340)
* zoxide: Remove `env_set` and `persist`

* Add database note

* Remove autoload note
2022-02-27 12:23:02 +05:30

23 lines
801 B
JSON

{
"version": "0.8.0",
"description": "A faster way to navigate your filesystem",
"homepage": "https://github.com/ajeetdsouza/zoxide",
"license": "MIT",
"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",
"hash": "7ad1c57f13ac68b849a8cc886e15d4dfb45e1e4b4e76b3b6b88bd0ae4aee4bff"
}
},
"bin": "zoxide.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}