From 66e4b63e541bc370131edf3c24e59a8bb037ab45 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 25 Dec 2023 23:58:05 +0100 Subject: [PATCH] zsh: add somafm alias --- root/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root/.zshrc b/root/.zshrc index 5760101..f82597c 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -60,6 +60,9 @@ alias here-https='PORT=8080 npx https-localhost' alias summon='clear && docker exec -it ollama ollama run' alias summonable='docker exec -it ollama ollama list' +## Music +alias somafm='npx ~/trash/fuzzsoma' + ## Copy from terminal # See .XResources