feat(bash): add alias to easily commit flake.lock updates

This commit is contained in:
matt1432 2023-10-07 13:35:05 -04:00
parent 3008d94ae8
commit 2f319ac605

View file

@ -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";