Skip to content

Commit

Permalink
[starship] simplify/correct editing information
Browse files Browse the repository at this point in the history
If there are files to edit, just tell the user to edit the file. Don't mention an editor like vi or nano.
  • Loading branch information
pascoda authored Feb 4, 2022
1 parent dd9609b commit ad4c970
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions source/guide_starship.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ To make the prompt permanent, add a newline and the below eval statement to your

.. code-block:: console
isabell on stardust in ~
> echo -e '\n' >> .bashrc
isabell on stardust in ~
> echo 'eval "$(~/bin/starship init bash)"' >> .bashrc
isabell on stardust in ~
>
eval "$(~/bin/starship init bash)"
That's it, you have successfully installed Starship_ to your Uberspace console:

Expand Down

0 comments on commit ad4c970

Please sign in to comment.