Mercurial > dotfiles
comparison dot_config/private_fish/config.fish @ 1043:3395b4109688
feat: update fzf and setup in fish
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Thu, 02 May 2024 08:41:10 +0200 |
parents | 979735a38885 |
children | fb4670b7526a |
comparison
equal
deleted
inserted
replaced
1042:aa5a077e8680 | 1043:3395b4109688 |
---|---|
8 | 8 |
9 set -x PATH $HOME/.local/bin $HOME/bin $PATH | 9 set -x PATH $HOME/.local/bin $HOME/bin $PATH |
10 | 10 |
11 if test -e "$HOME/bin/mise" | 11 if test -e "$HOME/bin/mise" |
12 $HOME/bin/mise activate fish | source | 12 $HOME/bin/mise activate fish | source |
13 | |
14 # RTX is only fully loaded on fish prompt | |
15 # use exec to find the global version and | |
16 mise exec direnv -- direnv hook fish | source | |
17 else | |
18 direnv hook fish | source | |
13 end | 19 end |
14 | 20 |
15 direnv hook fish | source | 21 $HOME/.fzf/bin/fzf --fish | source |
16 | 22 |
17 if status is-interactive | 23 if status is-interactive |
18 # Commands to run in interactive sessions can go here | 24 # Commands to run in interactive sessions can go here |
19 | 25 |
20 # Select modified paths via fzf on alt+g | 26 # Select modified paths via fzf on alt+g |