feat(bash): add alias to easily commit flake.lock updates
This commit is contained in:
parent
3008d94ae8
commit
2f319ac605
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue