diff --git a/lib/idmgr_mod_cloud.sh b/lib/idmgr_mod_cloud.sh index 2e7f003..9d151a7 100644 --- a/lib/idmgr_mod_cloud.sh +++ b/lib/idmgr_mod_cloud.sh @@ -33,7 +33,7 @@ idm_cloud__ls () idm_cloud__help () { - echo "S" + echo "Cloud management" printf " %-20s: %s\n" "clouds enable" "Enable prompt" printf " %-20s: %s\n" "clouds disable" "Disable prompt" } diff --git a/lib/idmgr_mod_tomb.sh b/lib/idmgr_mod_tomb.sh index 3fa9b6f..4bf38a8 100644 --- a/lib/idmgr_mod_tomb.sh +++ b/lib/idmgr_mod_tomb.sh @@ -56,7 +56,7 @@ idm_tomb__help () printf " %-20s: %s\n" "tomb push |all" "Save the current configuration into the tomb" printf " %-20s: %s\n" "tomb leave" "Remove all traces of your passage" - if lib_id_is_enabled $id; then + if lib_id_is_enabled $id 2>/dev/null ; then idm_tomb_header $id echo " config:" printf " %-20s: %s\n" "git_tomb_enc" "$git_tomb_enc" diff --git a/shell/bash.sh b/shell/bash.sh index 35a4c1c..924e7a9 100644 --- a/shell/bash.sh +++ b/shell/bash.sh @@ -168,3 +168,7 @@ _pass() } complete -o filenames -F _pass pass + +# Show current identities +echo "INFO: idmgr has been loaded, use 'idmgr' or 'i' to call it" +#$IDM_BIN id ls