Fix fish shell config docs

This commit is contained in:
Tom Godkin 2023-09-14 09:32:25 +01:00
parent da3ac7b7a3
commit d74e2bae77

View file

@ -336,6 +336,7 @@ See [Advanced configuration](#advanced-configuration) for details and more confi
~~~ fish
set -Ux PYENV_ROOT $HOME/.pyenv
mkdir -p $PYENV_ROOT/bin
fish_add_path $PYENV_ROOT/bin
~~~