Skip to content
Snippets Groups Projects
Commit 1f288314 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Better output messages

parent c29a64d9
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ then
then
# Use KDE askpass
export SSH_ASKPASS=/usr/bin/ksshaskpass
echo "A-Z-S: Using ksshaskpass"
echo "[awit-zsh-superawesome] Using ksshaskpass"
else
echo "A-Z-S: NOTICE - You're using the plasma desktop, but you don't have ksshaskpass installed?"
echo "[awit-zsh-superawesome] NOTICE: You're using the plasma desktop, but you don't have ksshaskpass installed?"
fi
fi
......@@ -2,5 +2,5 @@
if [ -x /usr/bin/keychain ]
then
eval `keychain --confirm --clear --noask --timeout 15 --eval --systemd --stop others --quiet --inherit local-once --agents ssh`
echo "A-Z-S: Using keychain (15 min timeout, explicit confirmation)"
echo "[awit-zsh-superawesome] Using keychain (15 min timeout, explicit confirmation)"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment