diff --git a/share/completions/cd.fish b/share/completions/cd.fish index 75a0d06c0..f06f8375e 100644 --- a/share/completions/cd.fish +++ b/share/completions/cd.fish @@ -1,3 +1,2 @@ - -complete -x -c cd -a "(__fish_complete_cd)" +complete -c cd -a "(__fish_complete_cd)" complete -c cd -s h -l help --description 'Display help and exit'