summaryrefslogtreecommitdiff
path: root/modules/home-manager/shell.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-12-11 18:37:53 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-12-11 18:37:53 -0700
commit5f22bf12d6983c476f992ccf15b07d6c9c214acc (patch)
treeb9436a6474b41e4552e2c1a1de3b44da8af717a6 /modules/home-manager/shell.nix
parent2293a621bf8e47cc4d35bba11e1e740a529dc2f0 (diff)
alias tailscale
Diffstat (limited to 'modules/home-manager/shell.nix')
-rw-r--r--modules/home-manager/shell.nix1
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 ~";