We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b773e1 commit cd9df9bCopy full SHA for cd9df9b
chezmoi/dot_config/fish/conf.d/__init__.fish
@@ -5,6 +5,11 @@ set fisher_path $__fish_config_dir/plugins
5
set fish_complete_path $fish_complete_path[1] $fisher_path/completions $fish_complete_path[2..]
6
set fish_function_path $fish_function_path[1] $fisher_path/functions $fish_function_path[2..]
7
8
+if ! type -q fisher; and status is-interactive
9
+ echo "fisher plugin manager not detected, downloading and installing plugins..."
10
+ curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher update
11
+end
12
+
13
for file in $fisher_path/conf.d/*.fish
14
source $file
15
end
0 commit comments