| Commit message (Collapse) | Author |
|
|
|
Aligning command line arguments is bad because a small change could
result in a big diff.
|
|
Otherwise random windows (alacritty for example) don't have the focused
border (or any border).
|
|
|
|
|
|
|
|
These are:
- grades (only last references)
- video_pause
- lf_rename
|
|
This includes getting all shellscripts to pass shellcheck. To accomplish
this, some old scripts were removed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Recursive variable assignment is apparently not supported by posix shell.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This step was done automatically by running:
```bash
nix run .#update_shell_lib
```
|
|
|
|
|