mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
docs: Add "Writing your own prompt" doc (#9841)
* docs: Add "Writing your own prompt" doc * Remove a space from the "output" * some teensy adjustments * Address feedback * envvar one more PWD * More html warning
This commit is contained in:
@@ -149,6 +149,8 @@ function help --description 'Show help for the fish shell'
|
||||
set fish_help_page faq.html
|
||||
case fish-for-bash-users
|
||||
set fish_help_page fish_for_bash_users.html
|
||||
case custom-prompt
|
||||
set fish_help_page prompt.html
|
||||
case $faqpages
|
||||
set fish_help_page "faq.html#$fish_help_item"
|
||||
case $for_bash_pages
|
||||
|
||||
Reference in New Issue
Block a user