dotfiles/_i3__abraracourcix/ssh-agent-status.sh

9 lines
88 B
Bash
Raw Normal View History

2017-05-06 20:58:16 +00:00
#!/bin/sh
if ssh-add -l > /dev/null 2>&1
then
echo -n ""
else
echo -n ""
fi