comparison dot_config/private_fish/config.fish @ 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 a1fab5298ef6
children
comparison
equal deleted inserted replaced
1101:262c2f89dac5 1102:93bbde4bf6ec
12 $HOME/bin/mise activate fish | source 12 $HOME/bin/mise activate fish | source
13 13
14 # RTX is only fully loaded on fish prompt 14 # RTX is only fully loaded on fish prompt
15 # use exec to find the global version and 15 # use exec to find the global version and
16 mise exec direnv -- direnv hook fish | source 16 mise exec direnv -- direnv hook fish | source
17
18 just --completions fish | source
17 else 19 else
18 direnv hook fish | source 20 direnv hook fish | source
19 end 21 end
20 22
21 $HOME/.fzf/bin/fzf --fish | source 23 $HOME/.fzf/bin/fzf --fish | source