diff --git a/nixos/home/bashdots.nix b/nixos/home/bashdots.nix index 72a9805e..b11d453b 100644 --- a/nixos/home/bashdots.nix +++ b/nixos/home/bashdots.nix @@ -113,6 +113,8 @@ ls = "ls -lah --color=auto"; cp = "cp -r"; + chore = "(cd ~/.nix/nixos; git add flake.lock; git commit -m 'chore: update flake.lock'; git push)"; + tup = "tailscale up --login-server https://headscale.nelim.org"; pc = "mosh matt@10.0.0.248 -- tmux -2u new -At laptop";