about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--fish/.config/fish/functions/anonradio.fish4
2 files changed, 5 insertions, 0 deletions
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