📒 docs(readme): Fixup commands newlines

This commit is contained in:
Boris Dvorkin 2024-12-20 02:09:17 +03:00 committed by GitHub
parent e787aa39af
commit a25aedf9e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,8 +134,8 @@ cmake -S . -B build -G "Ninja" -DCMAKE_BUILD_TYPE=Release
### 1.4 Добавление Fish в PATH
```bash
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bash_profile source
~/.bash_profile
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
```
## Шаг 2: Установка Oh My Fish
@ -149,7 +149,8 @@ curl -L https://get.oh-my.fish | fish
### 2.2 Установка Fish как оболочки по умолчанию
```bash
echo "exec fish" >> ~/.bash_profile source ~/.bash_profile
echo "exec fish" >> ~/.bash_profile
source ~/.bash_profile
```
### 2.3 Установка темы Oh My Fish (по желанию)