From 2f319ac6050bfc269cecd59a100e4d35b114945a Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 7 Oct 2023 13:35:05 -0400 Subject: [PATCH] feat(bash): add alias to easily commit flake.lock updates --- nixos/home/bashdots.nix | 2 ++ 1 file changed, 2 insertions(+) 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";