From 4527187c9484d1c528633221d56c9ce1c45e5447 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 11 Feb 2024 07:12:35 +0000 Subject: [PATCH] Switch back to zsh as default/login shell --- flake.nix | 2 +- home/starship/default.nix | 1 - home/zsh/transient.zsh | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 78d9d444..bba4526a 100644 --- a/flake.nix +++ b/flake.nix @@ -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]; diff --git a/home/starship/default.nix b/home/starship/default.nix index f1823d20..454bad60 100644 --- a/home/starship/default.nix +++ b/home/starship/default.nix @@ -106,7 +106,6 @@ zsh_indicator = "z"; unknown_indicator = "?"; }; - status = {}; sudo = { disabled = false; symbol = "󰪋 "; diff --git a/home/zsh/transient.zsh b/home/zsh/transient.zsh index 0037b446..c5c021d4 100755 --- a/home/zsh/transient.zsh +++ b/home/zsh/transient.zsh @@ -14,7 +14,7 @@ zle-line-init() { local saved_prompt=$PROMPT local saved_rprompt=$RPROMPT - PROMPT='%# ' + PROMPT='!# ' RPROMPT='' zle .reset-prompt PROMPT=$saved_prompt