From a05da08a6f01eefd14e66c8c2dfa78c0ff1f29eb Mon Sep 17 00:00:00 2001 From: abdoulaye Date: Thu, 24 May 2018 16:29:06 +0200 Subject: [PATCH] update comments --- README.md | 4 ++-- bash_navigator.sh | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b133825..360196d 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ NOTES Configuration: IMPORTANT! These settings should go in .bashrc/.zshrc BEFORE the above source command. - Set $_BASH_NAV_HIST_DB_FOLDER change the navigation database folder (default /tmp/bash_navigator). - Set $_BASH_NAV_HIST_DB_MAX_SIZE change the number of paths to save in the navigation history (default 100). + Set $_BASH_NAV_HIST_DB_FOLDER change the navigation database folder (default /tmp/bash_navigator). + Set $_BASH_NAV_HIST_DB_MAX_SIZE change the number of paths to save in the navigation history (default 100). Set $_BASH_NAVIGATOR_BACK change bash back command (default bb) Set $_BASH_NAVIGATOR_FORWARD change bash forward command (default bf) Set $_BASH_NAVIGATOR_SHOW_HISTORY change bash history command (default bh) diff --git a/bash_navigator.sh b/bash_navigator.sh index 9ba509e..4f7cdd5 100755 --- a/bash_navigator.sh +++ b/bash_navigator.sh @@ -391,16 +391,16 @@ NOTES Configuration: IMPORTANT! These settings should go in .bashrc/.zshrc BEFORE the above source command. - Set $_BASH_NAV_HIST_DB_FOLDER change the navigation database folder (default /tmp/bash_navigator). - Set $_BASH_NAV_HIST_DB_MAX_SIZE change the number of paths to save in the navigation history (default 100). - Set $_BASH_NAVIGATOR_BACK change bash back command (default bb) - Set $_BASH_NAVIGATOR_FORWARD change bash forward command (default bf) - Set $_BASH_NAVIGATOR_SHOW_HISTORY change bash history command (default bh) - Set $_BASH_NAVIGATOR_FORWARD change bash forward command (default bf) - Set $_BASH_NAVIGATOR_JUMP change bash jump command (default bj) - Set $_BASH_NAVIGATOR_FORWARD change bash forward command (default bf) - Set $_BASH_NAVIGATOR_JUMP_TO_FIRST change bash jump to first command (default bbb) - Set $_BASH_NAVIGATOR_JUMP_TO_LAST change bash jump to last command (default bff) + Set $_BASH_NAV_HIST_DB_FOLDER change the navigation database folder (default /tmp/bash_navigator). + Set $_BASH_NAV_HIST_DB_MAX_SIZE change the number of paths to save in the navigation history (default 100). + Set $_BASH_NAVIGATOR_BACK change bash back command (default bb) + Set $_BASH_NAVIGATOR_FORWARD change bash forward command (default bf) + Set $_BASH_NAVIGATOR_SHOW_HISTORY change bash history command (default bh) + Set $_BASH_NAVIGATOR_FORWARD change bash forward command (default bf) + Set $_BASH_NAVIGATOR_JUMP change bash jump command (default bj) + Set $_BASH_NAVIGATOR_FORWARD change bash forward command (default bf) + Set $_BASH_NAVIGATOR_JUMP_TO_FIRST change bash jump to first command (default bbb) + Set $_BASH_NAVIGATOR_JUMP_TO_LAST change bash jump to last command (default bff) Configuration example: _BASH_NAV_HIST_DB_FOLDER="~/.cache/bash_navigator"