.profile: Add blinkenlights

This commit is contained in:
Salt 2020-03-26 05:13:32 -05:00
parent 65edd80955
commit 41a96018fb

View File

@ -207,6 +207,10 @@ if has git; then
# Show untracked files
alias gu='git ls-files . --exclude-standard --others'
fi
if has nc; then
# I'm not sorry
alias blinkenlights='nc -v towel.blinkenlights.nl 23'
fi
if has ptgdp; then
song() {
if [ -z "$*" ]; then