config-bash/rc.d/stern

10 lines
113 B
Plaintext
Raw Normal View History

#!/bin/bash
if (which stern &> /dev/null)
then
# activate completion
source <(stern --completion bash)
fi