You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs/user/software/command-line: Clean up powerline instructions
- Remove incorrect directions for dash
- Fix directions for fish
- Add paths to config files which will be suitable for new users
- Remove reference to software center
- Put the powerline-daemon command in each shell's example
Fixes#685
Powerline has two components, the plugin system itself `powerline` and the
131
-
fonts `powerline-fonts`. Both are available in the Software Center or via `eopkg` in a terminal:
131
+
fonts `powerline-fonts`. Both are available via `eopkg` in a terminal:
132
132
133
133
```bash
134
134
sudo eopkg it powerline powerline-fonts
135
135
```
136
136
137
-
To get powerline working inside your terminal, you need to add the following commands to the `.bashrc` inside your `$HOME` directory.
138
-
139
-
### Shell Prompts
140
-
141
-
The Powerline daemon is not running automatically by any of the bindings. It is advised to add the following before any other powerline-related code in the shell configuration file
142
-
143
-
```bash
144
-
powerline-daemon -q
145
-
```
137
+
To get powerline working inside your terminal, you need to follow setup instructions for your preferred shell:
0 commit comments