Fix source completion by making "..fish" symlink regular file

Also fixes #2286 by removing the only symlink.
This commit is contained in:
Fabian Homborg 2015-08-09 23:10:17 +02:00
parent 3bd6eab88f
commit 6b92c4867d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
source.fish

1
share/completions/..fish Normal file
View File

@ -0,0 +1 @@
complete -c . -x -a "(__fish_complete_suffix .fish)"

View File

@ -1 +1 @@
complete -c . -x -a "(__fish_complete_suffix .fish)"
complete -c source -w .