From 41a96018fb30487b32f7f2ed169369a66314fa17 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 26 Mar 2020 05:13:32 -0500 Subject: [PATCH] .profile: Add blinkenlights --- .profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.profile b/.profile index ea04b6f1..4d038a96 100755 --- a/.profile +++ b/.profile @@ -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