This commit is contained in:
♥ Minnie ♥ 2024-01-01 07:17:16 +08:00
parent 4477326afe
commit a6a0af554d

View file

@ -52,6 +52,8 @@
initExtra = '' initExtra = ''
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
path+=('/home/sajenim/.local/bin')
export PATH
PROMPT='%F{blue}%n@%m %F{cyan}%~ %F{red} %f'; PROMPT='%F{blue}%n@%m %F{cyan}%~ %F{red} %f';
''; '';
}; };