diff --git a/Justfile b/Justfile index 55789a7..2762608 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,7 @@ +# Launch zellij workspace layout +workspace: + zellij --layout notfiles + pre-commit: cargo fmt --all --check cargo clippy --workspace -- -D warnings