From 37721ef56ce802f758c58c88fa00aea2b61f387b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 14 Jun 2024 19:39:17 -0400 Subject: [PATCH] global/shell: add tailscale alias --- modules/global/shell.nix | 2 ++ 1 file changed, 2 insertions(+) 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";