We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede121e commit 0155812Copy full SHA for 0155812
CHANGELOG.md
@@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Added
11
12
- Version output displays `git` revision information.
13
+- `--z-cmd` flag for `zoxide init` to rename the `z` command to something else.
14
+
15
+### Changed
16
17
+- Query output no longer has the `query:` prefix, so `$(zq)` can now be used as an argument to commands.
18
19
+### Fixed
20
21
+- Queries now also include checks for if the top level directory matches.
22
23
## [0.3.0] - 2020-03-30
24
0 commit comments