about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-03-25 21:03:36 -0400
committerBen Harris <ben@tilde.team>2019-03-25 21:03:36 -0400
commitc6ee4d686ba36b58abfceedafdc446ea05cccbc8 (patch)
tree37e40bce8d8268e9ab78fcf22abdc416d262a181
parent0ddfc1e35c9ee522e9db17cb10d1c0dcf95404c8 (diff)
anonradio fn
-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