summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ~";