This commit is contained in:
2025-11-30 15:17:48 +03:00
parent eb5847e638
commit 7a9f4de6c4
+8 -2
View File
@@ -19,12 +19,15 @@
theme = "robbyrussell"; theme = "robbyrussell";
}; };
shellInit = '' shellInit = ''
beetn() { beet-n() {
echo "$*" | aichat -cer beets echo "$*" | aichat -cer beets
} }
beetp() { beet-p() {
beet mod path:. playlist="$*" beet mod path:. playlist="$*"
} }
beet-ims() {
beet im ./ -S $*
}
''; '';
shellAliases = { shellAliases = {
# shell # shell
@@ -36,6 +39,9 @@
ns = "nh os switch"; ns = "nh os switch";
gp-ns = "gp && ns"; gp-ns = "gp && ns";
# beets
beet-ima = "beet im ./ -A";
# ssh # ssh
z-s = "ssh sapphira"; z-s = "ssh sapphira";
z-st = "ssh sapphira-tailscale"; z-st = "ssh sapphira-tailscale";