Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abdoulayeYATERA committed May 24, 2018
1 parent c54bc09 commit a05da08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
20 changes: 10 additions & 10 deletions bash_navigator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a05da08

Please sign in to comment.