[2025-05-12] Syntax highlighting through CSS and markdown
This commit is contained in:
parent
fafa5ee954
commit
9f630196ed
6 changed files with 98 additions and 22 deletions
|
@ -25,11 +25,11 @@ Please visit https://rvm.io/integration/gnome-terminal/ for an example.
|
|||
So, we need to be in a login shell. Unfortunately, Alacritty does not have a settings GUI [like gnome-terminal](https://rvm.io/integration/gnome-terminal) and similar, and after thorough investigation I couldn't find a way to set this up through Alacritty. We need a different solution.
|
||||
|
||||
Luckily, this is possible through the shell itself. You can open a login shell by running the following command (press Ctrl+D to return to the interactive shell):
|
||||
```
|
||||
```bash
|
||||
bash --login
|
||||
```
|
||||
This also works with `zsh`, or Z-shell:
|
||||
```
|
||||
```bash
|
||||
zsh --login
|
||||
```
|
||||
Unfortunately for all you fishers out there, I couldn't find a way to to this with `fish`. If you know how, [send me an email!](mailto:andrew@andrewconl.in)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue