mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 13:51:12 -03:00
Fix source completion by making "..fish" symlink regular file
Also fixes #2286 by removing the only symlink.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
source.fish
|
||||
1
share/completions/..fish
Normal file
1
share/completions/..fish
Normal file
@@ -0,0 +1 @@
|
||||
complete -c . -x -a "(__fish_complete_suffix .fish)"
|
||||
@@ -1 +1 @@
|
||||
complete -c . -x -a "(__fish_complete_suffix .fish)"
|
||||
complete -c source -w .
|
||||
|
||||
Reference in New Issue
Block a user