From 3f1e723de624d70a67d06175e67fbe201329a4d7 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 11 Feb 2016 11:07:53 -0800 Subject: [PATCH] Super tiny typo in fisher-config.md --- man/man7/fisher-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man7/fisher-config.md b/man/man7/fisher-config.md index 725c26f..ec08d4d 100644 --- a/man/man7/fisher-config.md +++ b/man/man7/fisher-config.md @@ -24,7 +24,7 @@ Using the following variables, you can customize the locations of the cache, ind The user configuration directory. This is default location of your user *fishfile*, Fisherman *key_bindings.fish* file and the *cache*, *functions*, *completions*, *conf.d* and *scripts* directories. `$XDG_CONFIG_HOME/fisherman` by default. * `$fisher_file`: - This file keeps a list of what plugins you have installed and are currently enabled. `$fisher_cofig/fishfile` by default. See `fisher help fishfile` for details. + This file keeps a list of what plugins you have installed and are currently enabled. `$fisher_config/fishfile` by default. See `fisher help fishfile` for details. * `$fisher_cache`: The cache directory. Plugins are downloaded first here and installed to `$fisher_config/functions` afterwards. The cache is `$fisher_config/cache` by default.