From 57163ffa5de7c2c8ab136e5f50ac56a7ce0dac7c Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 21 Oct 2020 10:49:04 +0530 Subject: Update plugin --- plugins/autojump | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/autojump') diff --git a/plugins/autojump b/plugins/autojump index c4ba5d1..db10c84 100755 --- a/plugins/autojump +++ b/plugins/autojump @@ -1,14 +1,15 @@ #!/usr/bin/env sh -# Description: Navigate to directory using jump/autojump +# Description: Navigate to directory using jump/autojump/zoxide # # Dependencies: jump - https://github.com/gsamokovarov/jump # OR autojump - https://github.com/wting/autojump +# OR zoxide - https://github.com/ajeetdsouza/zoxide # -# Note: jump/autojump STORES NAVIGATION PATTERNS +# Note: The dependencies STORE NAVIGATION PATTERNS # # Shell: POSIX compliant -# Authors: Marty Buchaus, Dave Snider +# Authors: Marty Buchaus, Dave Snider, Tim Adler if [ -z "$NNN_PIPE" ]; then echo 'ERROR: NNN_PIPE is not set' | ${PAGER:-less} -- cgit v1.2.3-70-g09d2