Fix: Minor output bugs

This commit is contained in:
mrjk 2018-03-29 00:03:25 -04:00
parent d583f49ff1
commit ab74c36247
3 changed files with 6 additions and 2 deletions

View File

@ -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"
}

View File

@ -56,7 +56,7 @@ idm_tomb__help ()
printf " %-20s: %s\n" "tomb push <remote>|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"

View File

@ -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