mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
Remove a "common fish problems" section in the docs
This wasn't really that common.
This commit is contained in:
parent
1a1ee352ff
commit
7cbc0c371a
2 changed files with 0 additions and 6 deletions
|
@ -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. <a hread="https://github.com/fish-shell/fish-shell/issues/1310">Issue 1310</a> 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:
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue