Skip to content

Commit

Permalink
Fix config for powerline in fish and update python directory
Browse files Browse the repository at this point in the history
- Powerline config is not working, change to the working one
- Update python directory from `/usr/lib/python3.10/`to `/usr/lib/python3.11/`
  • Loading branch information
malfisya committed Feb 26, 2024
1 parent e5296a6 commit 0dc3547
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user/software/command-line/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,25 +150,25 @@ powerline-daemon -q
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
source /usr/lib/python3.10/site-packages/powerline/bindings/bash/powerline.sh
source /usr/lib/python3.11/site-packages/powerline/bindings/bash/powerline.sh
```

#### Busybox and dash

```bash
source /usr/lib/python3.10/site-packages/powerline/bindings/shell/powerline.sh
source /usr/lib/python3.11/site-packages/powerline/bindings/shell/powerline.sh
```

#### Fish

```bash
source /usr/lib/python3.10/site-packages/powerline/bindings/fish/powerline-setup.fish
set fish_function_path $fish_function_path "/usr/lib/python3.11/site-packages/powerline/bindings/fish/"
```

#### Zsh

```bash
source /usr/lib/python3.10/site-packages/powerline/bindings/zsh/powerline.zsh
source /usr/lib/python3.11/site-packages/powerline/bindings/zsh/powerline.zsh
```

Read more about powerline on its [docs website](https://powerline.readthedocs.io/en/master/usage.html#shell-prompts-requirements)

0 comments on commit 0dc3547

Please sign in to comment.