diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index d39a41bf1..70757d7ab 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -1327,11 +1327,6 @@ To start a debug session simply run the builtin command `breakpoint` at the poin Note: At the moment the debug prompt is identical to your normal fish prompt. This can make it hard to recognize that you've entered a debug session. Issue 1310 is open to improve this. -\section issues Common issues with fish - -If you install fish in your home directory, fish will not work correctly for any other user than yourself. This is because fish needs its initialization files to function properly. To solve this problem, either copy the initialization files to each fish users home directory, or install them in `/etc`. - - \section more-help Further help and development If you have a question not answered by this documentation, there are several avenues for help: diff --git a/share/completions/help.fish b/share/completions/help.fish index 4f5547a8c..2ff41eb76 100644 --- a/share/completions/help.fish +++ b/share/completions/help.fish @@ -38,7 +38,6 @@ complete -c help -x -a history-search -d 'Searchable history' complete -c help -x -a identifiers -d 'Shell variable and function names' complete -c help -x -a initialization -d 'Initialization files' complete -c help -x -a introduction -d 'Introduction' -complete -c help -x -a issues -d 'Common issues with fish' complete -c help -x -a job-control -d 'Running multiple programs' complete -c help -x -a killring -d 'Copy and paste (Kill Ring)' complete -c help -x -a more-help -d 'Further help and development'