Fix: Minor output bugs
This commit is contained in:
parent
d583f49ff1
commit
ab74c36247
@ -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"
|
||||
}
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user