From 6b92c4867d1d0e4cdb6ea827b63078b9ee7ef26b Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 9 Aug 2015 23:10:17 +0200 Subject: [PATCH] Fix source completion by making "..fish" symlink regular file Also fixes #2286 by removing the only symlink. --- share/completions/..fish | 2 +- share/completions/source.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 120000 => 100644 share/completions/..fish diff --git a/share/completions/..fish b/share/completions/..fish deleted file mode 120000 index 952c26180..000000000 --- a/share/completions/..fish +++ /dev/null @@ -1 +0,0 @@ -source.fish \ No newline at end of file diff --git a/share/completions/..fish b/share/completions/..fish new file mode 100644 index 000000000..dcb48a1ed --- /dev/null +++ b/share/completions/..fish @@ -0,0 +1 @@ +complete -c . -x -a "(__fish_complete_suffix .fish)" diff --git a/share/completions/source.fish b/share/completions/source.fish index dcb48a1ed..e918c54da 100644 --- a/share/completions/source.fish +++ b/share/completions/source.fish @@ -1 +1 @@ -complete -c . -x -a "(__fish_complete_suffix .fish)" +complete -c source -w .