diff options
-rw-r--r-- | fish/guestfish.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index fd04be50..8754b85f 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -1107,8 +1107,8 @@ I<--no-progress-bars>. You can change or add colours to the default prompt (C<E<gt>E<lt>fsE<gt>>) by setting the C<GUESTFISH_PS1> environment -variable. A simple change can be made simply by setting this to an -alternate string: +variable. A simple prompt can be set by setting this to an alternate +string: $ GUESTFISH_PS1='(type a command) ' $ export GUESTFISH_PS1 |