dotfiles/_i3__abraracourcix/ssh-agent-status.sh

9 lines
88 B
Bash
Executable File

#!/bin/sh
if ssh-add -l > /dev/null 2>&1
then
echo -n ""
else
echo -n ""
fi