diff --git a/modules/global/shell.nix b/modules/global/shell.nix index 18eed7d..1731b8c 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -71,6 +71,8 @@ in umnt = ifSudo' "umount"; bmnt = ifSudo "mnt -o bind,X-mount.mkdir"; + ts = ifSudo' "tailscale"; + dd = "dd status=progress"; du = "du -h";