global/shell: add tailscale alias

This commit is contained in:
Infinidoge 2024-06-14 19:39:17 -04:00
parent 10f314975e
commit 37721ef56c
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -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";