mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
completions: Offer ../ and ./ again (#9477)
Inadvertently broken in a2d816710f,
this made `cd .` no longer offer `cd ../` (same for general file completions
like `ls .`, which only offers dotfiles)
This commit is contained in:
@@ -267,3 +267,7 @@ begin
|
||||
# CHECK: $PWD is absolute
|
||||
cd ../../..
|
||||
end
|
||||
|
||||
complete -C'cd .'
|
||||
# CHECK: ../
|
||||
# CHECK: ./
|
||||
|
||||
Reference in New Issue
Block a user