Skip to content

Commit

Permalink
🚜 Refactor justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Jan 20, 2024
1 parent e2df230 commit f75b9d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .homesick_subdir
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.config
.justfiles
.pyenv
.sshrc.d
.virtualenvs
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions home/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python_312 := `pyenv latest 3.12`

@_default:
just --list
just --justfile ~/justfile.ollama --list --list-heading "" --list-prefix " ollama "
just --justfile ~/.justfiles/ollama.just --list --list-heading "" --list-prefix " ollama "

# format and overwrite justfile
@fmt:
Expand Down Expand Up @@ -166,7 +166,7 @@ python_312 := `pyenv latest 3.12`
# ----------------------------------------------------------------

@ollama *ARGS:
just --justfile justfile.ollama {{ ARGS }}
just --justfile ~/.justfiles/ollama.just {{ ARGS }}

# ----------------------------------------------------------------
# Postgres related
Expand Down

0 comments on commit f75b9d0

Please sign in to comment.