diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-11 18:37:53 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-11 18:37:53 -0700 |
| commit | 5f22bf12d6983c476f992ccf15b07d6c9c214acc (patch) | |
| tree | b9436a6474b41e4552e2c1a1de3b44da8af717a6 | |
| parent | 2293a621bf8e47cc4d35bba11e1e740a529dc2f0 (diff) | |
alias tailscale
| -rw-r--r-- | modules/home-manager/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 ~"; |
