feat(cheetah): add zsh
Set `zsh` as default shell Integrate with `direnv` and `starship`
This commit is contained in:
parent
80a2881952
commit
05d057eba4
2 changed files with 43 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
# # Set $EDITOR
|
||||
# environment.variables.EDITOR = "nvim";
|
||||
|
||||
user.shell = "${pkgs.zsh}/bin/zsh";
|
||||
|
||||
# Read the changelog before changing this value
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue