From 5f22bf12d6983c476f992ccf15b07d6c9c214acc Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 11 Dec 2023 18:37:53 -0700 Subject: alias tailscale --- modules/home-manager/shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home-manager/shell.nix') diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 9378034..cd35607 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -3,6 +3,7 @@ enable = true; shellAliases = { ll = "ls -l"; + ts = "tailscale"; copy = "wl-copy"; paste = "wl-paste"; home = "cd ~"; -- cgit v1.2.3