mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Fix source completion by making "..fish" symlink regular file
Also fixes #2286 by removing the only symlink.
This commit is contained in:
parent
3bd6eab88f
commit
6b92c4867d
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user