From 02780906808ef15ad3dc4709fcadac13acffa0b8 Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 21 May 2025 23:59:41 -0400 Subject: `modules/zsh`: update --- modules/zsh/default.nix | 2 +- modules/zsh/themes/simple.zsh-theme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/zsh/default.nix b/modules/zsh/default.nix index 10777bb..52278cf 100644 --- a/modules/zsh/default.nix +++ b/modules/zsh/default.nix @@ -47,7 +47,7 @@ in fetch = "fastfetch"; }; autosuggestion.enable = true; - initExtra = '' + initContent = '' source ~/.oh-my-zsh/themes/${cfg.theme}.zsh-theme setopt nobeep export KEYTIMEOUT=1 diff --git a/modules/zsh/themes/simple.zsh-theme b/modules/zsh/themes/simple.zsh-theme index 135eed0..2777d08 100644 --- a/modules/zsh/themes/simple.zsh-theme +++ b/modules/zsh/themes/simple.zsh-theme @@ -7,5 +7,5 @@ function virtualenv_info { setopt prompt_subst prompt_percent no_prompt_bang NEWLINE=$'\n' -PROMPT='%~% %f% ${NEWLINE}λ %b%f% ' +PROMPT='%~% %f% ${NEWLINE}%b%f% ' RPROMPT='$(virtualenv_info)% ' -- cgit v1.2.3