Skip to content

Commit

Permalink
Add just aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel committed Sep 17, 2024
1 parent 2cb46e9 commit 8ee768a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
default:
@just --list

alias a := activate
alias f := format
alias u := update

activate:
@nix run .#activate

Expand Down

0 comments on commit 8ee768a

Please sign in to comment.