Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johncassol authored May 26, 2024
1 parent 32e0d68 commit 9c67b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This shell function allows users to manage and navigate through a history of dir

# Commands
- `cdh` - Lists all directories in the history file with line numbers.
- `cdh add <directory>` - Adds the specified directory to the history.
- `cdh add <directory>` - Adds the current path or specified directory to the history.
- `cdh <index>` - Changes to the directory corresponding to the given index in the history file.
- `cdh clean` - Clears the directory history file.
- `cdh -h` - Displays help message with usage instructions.

0 comments on commit 9c67b57

Please sign in to comment.