Switch back to zsh as default/login shell
This commit is contained in:
parent
9e272fddbe
commit
4527187c94
|
@ -24,7 +24,7 @@
|
|||
user = "xenia";
|
||||
system = "x86_64-linux";
|
||||
group = "users";
|
||||
shell = "nushell";
|
||||
shell = "zsh";
|
||||
systemModules = [./system/hyprland.nix];
|
||||
serviceModules = [];
|
||||
homeModules = [./home/hyprland/default.nix];
|
||||
|
|
|
@ -106,7 +106,6 @@
|
|||
zsh_indicator = "z";
|
||||
unknown_indicator = "?";
|
||||
};
|
||||
status = {};
|
||||
sudo = {
|
||||
disabled = false;
|
||||
symbol = " ";
|
||||
|
|
|
@ -14,7 +14,7 @@ zle-line-init() {
|
|||
|
||||
local saved_prompt=$PROMPT
|
||||
local saved_rprompt=$RPROMPT
|
||||
PROMPT='%# '
|
||||
PROMPT='!# '
|
||||
RPROMPT=''
|
||||
zle .reset-prompt
|
||||
PROMPT=$saved_prompt
|
||||
|
|
Loading…
Reference in a new issue