18 lines
373 B
Markdown
18 lines
373 B
Markdown
---
|
|
tags:
|
|
- process/task
|
|
---
|
|
## Aufgabenbeschreibung
|
|
Aktualisierung der fish shell in WSL auf die aktuelle Version
|
|
```shell
|
|
sudo add-apt-repository ppa:fish-shell/release-4
|
|
sudo apt update
|
|
sudo apt install fish
|
|
```
|
|
|
|
## Überlegungen
|
|
|
|
## Unteraufgaben
|
|
|
|
- [x] Update fish shell [start:: 2026-03-16] [scheduled:: 2026-03-16] [due:: 2026-03-17] [completion:: 2026-03-16]
|