Clean up $__fish_*dir variable names

Closes #4429
This commit is contained in:
Mahmoud Al-Qudsi
2018-03-12 08:34:20 -05:00
parent b42b562d06
commit c51abd04ff
12 changed files with 35 additions and 35 deletions

View File

@@ -70,7 +70,7 @@ function __fish_complete_man
# Fish commands are not given by apropos
if not set -ql exclude_fish_commands
set -l files $__fish_datadir/man/man1/*.1
set -l files $__fish_data_dir/man/man1/*.1
string replace -r '.*/([^/]+)\.1$' '$1\t1: fish command' -- $files
end
else