Remove $fisher_index from the config and isolate inside __fisher_index_update.

This commit is contained in:
Jorge Bucaran 2016-02-07 20:07:09 +09:00
parent 33670e7a8e
commit db0c8d9bdd
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -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