This shows you the differences between two versions of the page.
|
ii:labs:01:tasks:02 [2021/11/01 15:57] radu.mantu |
ii:labs:01:tasks:02 [2024/10/18 12:14] (current) radu.mantu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== 02. [40p] tmux ==== | ==== 02. [40p] tmux ==== | ||
| - | |||
| - | <hidden> | ||
| - | Grading criteria: | ||
| - | * Tasks 1-4: points if you see the powerline in a screenshot; otherwise, see what works and what doesn't | ||
| - | </hidden> | ||
| **tmux** is a terminal multiplexer. It allows you to split a terminal into multiple views on the same screen, create multiple sessions, etc. | **tmux** is a terminal multiplexer. It allows you to split a terminal into multiple views on the same screen, create multiple sessions, etc. | ||
| Line 73: | Line 68: | ||
| === [10p] Task C - Start tmux by default === | === [10p] Task C - Start tmux by default === | ||
| - | If you open a new terminal with //<Ctrl + Alt + T>// you will notice that **tmux** is not running. When **zsh** starts up, it automatically sources //.zshrc//, so lets make it execute **tmux** by adding the following at the end: | + | If you open a new terminal with //<Ctrl + Alt + T>// you will notice that **tmux** is not running. When **zsh** starts up, it automatically sources //.zshrc//, so let's make it execute **tmux** by adding the following at the end: |
| <code> | <code> | ||