mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Remove $fisher_index from the config and isolate inside __fisher_index_update.
This commit is contained in:
parent
60e011b53a
commit
14afdc31dc
12
config.fish
12
config.fish
@ -1,9 +1,9 @@
|
||||
set -g fisher_cache $fisher_config/cache
|
||||
set -g fisher_file $fisher_config/fishfile
|
||||
set -g fisher_key_bindings $fisher_config/key_bindings.fish
|
||||
set -g fisher_index https://raw.githubusercontent.com/fisherman/fisher-index/master/INDEX
|
||||
set -g fish_function_path {$fisher_config,$fisher_home}/functions $fish_function_path
|
||||
set -g fish_complete_path {$fisher_config,$fisher_home}/completions $fish_complete_path
|
||||
set -g fisher_file $fisher_config/fishfile
|
||||
set -g fisher_cache $fisher_config/cache
|
||||
set -g fisher_key_bindings $fisher_config/key_bindings.fish
|
||||
|
||||
set -g fish_function_path {$fisher_config,$fisher_home}/functions $fish_function_path
|
||||
set -g fish_complete_path {$fisher_config,$fisher_home}/completions $fish_complete_path
|
||||
|
||||
for file in $fisher_config/conf.d/*.fish
|
||||
source $file
|
||||
|
Loading…
Reference in New Issue
Block a user