We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b7c80 commit f3f6bf6Copy full SHA for f3f6bf6
tools/modules/software/module_atuin.sh
@@ -38,9 +38,9 @@ function module_atuin() {
38
echo -e "\nUsage: ${module_options["module_atuin,feature"]} <command>"
39
echo -e "Commands: ${module_options["module_atuin,example"]}\n"
40
echo "Available commands:"
41
- echo -e " reset \t- reset config to atuin default"
42
- echo -e " logout\t- Log out from $title"
43
- echo -e " remove\t- Uninstall $title"
+ echo -e " install\t- setup $title in $user_home "
+ echo -e " reset \t- reset config to atuin default"
+ echo -e " remove\t- Uninstall $title"
44
;;
45
install)
46
# Install Command
0 commit comments