forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rework release script (#199) - add armv7/aarch64 support to installer (#198) - Multi-select for zoxide remove -i (#192) - _ZO_EXCLUDE_DIRS should default to "$HOME" (#194) - Fix return values in Bash hook (#196) - Add default prompt for nushell (#191) - Compile-time warning when git is missing (#187) - Performance improvements for queries (#185) - Add manpage (#183) - Fix cd - on fish (#179) - Update README
- Loading branch information
Showing
4 changed files
with
77 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2020/11/25 11:04:24 pin Exp $ | ||
@comment $NetBSD: PLIST,v 1.2 2021/05/02 10:05:32 pin Exp $ | ||
bin/zoxide | ||
share/doc/zoxide/README.md | ||
man/man1/zoxide-add.1 | ||
man/man1/zoxide-import.1 | ||
man/man1/zoxide-init.1 | ||
man/man1/zoxide-query.1 | ||
man/man1/zoxide-remove.1 | ||
man/man1/zoxide.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters