about summary refs log tree commit diff
path: root/home/zsh/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zsh: manage tmux and start swayFranck Cuny2022-05-161-1/+13
| | | | If login, start sway. If tmux is not running, start it.
* zsh: some cleanupFranck Cuny2022-05-151-3/+5
|
* zsh: switch to zsh as the default shellFranck Cuny2022-05-151-0/+42
`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.