Add move-inbox alias
This commit is contained in:
parent
56f2558068
commit
b213ffbd35
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
programs.zsh.shellAliases = {
|
programs.zsh.shellAliases = {
|
||||||
# Disk health monitoring
|
# Disk health monitoring
|
||||||
smart-report = "sudo /home/yanlin/.config/nix/scripts/daily-smart-report.sh";
|
smart-report = "sudo /home/yanlin/.config/nix/scripts/daily-smart-report.sh";
|
||||||
|
move-inbox = "cp -rl /mnt/storage/Media/downloads/.inbox/* /mnt/storage/Media/downloads/inbox && chown -R yanlin:users /mnt/storage/Media/downloads/inbox";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue