diff --git a/hosts/totsugeki/home-manager/zsh.nix b/hosts/totsugeki/home-manager/zsh.nix new file mode 100644 index 0000000..8f41e2a --- /dev/null +++ b/hosts/totsugeki/home-manager/zsh.nix @@ -0,0 +1,8 @@ +{ ... }: { + home-manager.programs.zsh = { + shellAliases = { + "upload-music" = + "rsync -a --chown=jellyfin:media --chmod=775 --remove-source-files ~/Música/* avery@10.0.0.1:/home/avery/music"; + }; + }; +}