From 07477b05e511deffa904c283aa3afa6427072818 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 5 Nov 2024 23:46:39 -0600 Subject: [PATCH] Add rbw login/sync to 'before-source-state' script --- home/.before-source-state.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.before-source-state.sh b/home/.before-source-state.sh index f0b1393..6672cda 100755 --- a/home/.before-source-state.sh +++ b/home/.before-source-state.sh @@ -57,3 +57,5 @@ install_rbw() { install_age install_cargo_binstall install_rbw +rbw login +rbw sync \ No newline at end of file