Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zsh: manage tmux and start sway | Franck Cuny | 2022-05-16 | 2 | -1/+16 |
| | | | | If login, start sway. If tmux is not running, start it. | ||||
* | zsh: some cleanup | Franck Cuny | 2022-05-15 | 3 | -4/+20 |
| | |||||
* | terminal: once again, fix the colors | Franck Cuny | 2022-05-15 | 1 | -4/+1 |
| | |||||
* | zsh: switch to zsh as the default shell | Franck Cuny | 2022-05-15 | 4 | -0/+103 |
`zsh' is available everywhere and is compatible with bash. When using `fish' I need to remember how to do things. While the completion style is nicer, I don't care about the rest. I prefer to have a consistent experience in the shell, no matter where am I. This is an initial configuration, I might need to make a few changes as I go. |