syncthing

This commit is contained in:
Tao Tien 2024-06-10 17:41:44 -07:00
parent d69cc4e400
commit 0a0abf8339
3 changed files with 25 additions and 15 deletions

View file

@ -49,10 +49,12 @@ def nr [package] {
def rebuild [subcommand] {
sudo nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose
rm -r ~/.config/helix/runtime/grammars/
hx --grammar fetch; hx --grammar build
rustup update
}
# def post-rebuild [] {
# # rm -r ~/.config/helix/runtime/grammars/
# # hx --grammar fetch; hx --grammar build
# # rustup update
# }
def bump [] {
cd /home/tao/projects/NOflake/
jj new -m "bump"