add motd alias

This commit is contained in:
2025-11-07 03:13:49 -06:00
parent e27be65861
commit bcb1b88861

View File

@@ -76,6 +76,7 @@ in {
egrep = "egrep --color=auto";
# --- scripts ---
motd = "sh /etc/motd";
rebuild = "sh ${home_dir}/.nix/bin/rebuild";
perms = "sudo sh ${home_dir}/.nix/bin/fix-perms";