changeset 1102:93bbde4bf6ec draft tip

feat: add just
author Zeger Van de Vannet <zeger@vandevan.net>
date Wed, 09 Jul 2025 14:31:45 +0200
parents 262c2f89dac5
children
files dot_config/mise/config.toml dot_config/private_fish/config.fish
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/mise/config.toml	Tue Jul 01 20:15:16 2025 +0200
+++ b/dot_config/mise/config.toml	Wed Jul 09 14:31:45 2025 +0200
@@ -7,6 +7,7 @@
 direnv = "2.32.1"
 fd = "latest"
 hyperfine = "latest"
+just = "latest"
 python = "3.10.7"
 ripgrep = "latest"
 rust = "1.88.0"
--- a/dot_config/private_fish/config.fish	Tue Jul 01 20:15:16 2025 +0200
+++ b/dot_config/private_fish/config.fish	Wed Jul 09 14:31:45 2025 +0200
@@ -14,6 +14,8 @@
     # RTX is only fully loaded on fish prompt
     # use exec to find the global version and
     mise exec direnv -- direnv hook fish | source
+
+    just --completions fish | source
 else
     direnv hook fish | source
 end