Switch back to zsh as default/login shell

This commit is contained in:
Evie Litherland-Smith 2024-02-11 07:12:35 +00:00
parent 9e272fddbe
commit 4527187c94
3 changed files with 2 additions and 3 deletions

View file

@ -24,7 +24,7 @@
user = "xenia"; user = "xenia";
system = "x86_64-linux"; system = "x86_64-linux";
group = "users"; group = "users";
shell = "nushell"; shell = "zsh";
systemModules = [./system/hyprland.nix]; systemModules = [./system/hyprland.nix];
serviceModules = []; serviceModules = [];
homeModules = [./home/hyprland/default.nix]; homeModules = [./home/hyprland/default.nix];

View file

@ -106,7 +106,6 @@
zsh_indicator = "z"; zsh_indicator = "z";
unknown_indicator = "?"; unknown_indicator = "?";
}; };
status = {};
sudo = { sudo = {
disabled = false; disabled = false;
symbol = "󰪋 "; symbol = "󰪋 ";

View file

@ -14,7 +14,7 @@ zle-line-init() {
local saved_prompt=$PROMPT local saved_prompt=$PROMPT
local saved_rprompt=$RPROMPT local saved_rprompt=$RPROMPT
PROMPT='%# ' PROMPT='!# '
RPROMPT='' RPROMPT=''
zle .reset-prompt zle .reset-prompt
PROMPT=$saved_prompt PROMPT=$saved_prompt