Skip to content

Commit 7932bde

Browse files
authored
Update config.fish
1 parent 98ebdbd commit 7932bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Home/.config/fish/config.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set -gx COLORTERM truecolor
2121
set -gx FZF_DEFAULT_COMMAND 'fd -tf -H --size +1k'
2222
set -gx FZF_CTRL_T_COMMAND $FZF_DEFAULT_COMMAND
2323

24-
fish_add_path ~/bun/bin ~/.local/bin /usr/local/bin ~/bin ~/.bin
24+
fish_add_path ~/bun/bin $HOME/.local/bin/ /usr/local/bin $HOME/bin $HOME/.bin /usr/lib/ccache/bin/ $HOME/.cargo/bin/
2525

2626
# Tool Initializations
2727
init_tool fzf "fzf --fish"

0 commit comments

Comments
 (0)