Add shell alias to upload music to server
This commit is contained in:
parent
b9b4c22aa0
commit
38bfb70f8c
1 changed files with 8 additions and 0 deletions
8
hosts/totsugeki/home-manager/zsh.nix
Normal file
8
hosts/totsugeki/home-manager/zsh.nix
Normal file
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue