From c6ee4d686ba36b58abfceedafdc446ea05cccbc8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 25 Mar 2019 21:03:36 -0400 Subject: [PATCH] anonradio fn --- Makefile | 1 + fish/.config/fish/functions/anonradio.fish | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 fish/.config/fish/functions/anonradio.fish diff --git a/Makefile b/Makefile index 5e5b72f..d950abd 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ bash: bin: @printf "$(YELLOW)--- bin ------------------------------------------------\n$(RESET)" + mkdir -p "$$HOME/bin" stow -t "$$HOME" bin byobu: diff --git a/fish/.config/fish/functions/anonradio.fish b/fish/.config/fish/functions/anonradio.fish new file mode 100644 index 0000000..0dc9f6e --- /dev/null +++ b/fish/.config/fish/functions/anonradio.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.5ZM6aQ/anonradio.fish @ line 1 +function anonradio + nvlc http://anonradio.net:8000/anonradio +end