feat: sync command
This commit is contained in:
@@ -122,6 +122,13 @@ case "$1" in
|
||||
|
||||
popd > /dev/null
|
||||
;;
|
||||
"sync")
|
||||
pushd "$FLAKE_DIR" > /dev/null
|
||||
|
||||
lazygit
|
||||
|
||||
popd > /dev/null
|
||||
;;
|
||||
"secrets")
|
||||
case "$2" in
|
||||
"-d"|"--decrypt") decrypt_lesser_secrets
|
||||
|
||||
Reference in New Issue
Block a user