lsps working >:)

This commit is contained in:
cnst
2024-08-22 18:43:49 +02:00
parent f575e84a9e
commit 32b9fcdbef
9 changed files with 132 additions and 117 deletions

View File

@@ -49,8 +49,8 @@
# Check if we're in a nix-shell or nix develop environment
if [[ -n "$IN_NIX_SHELL" ]]; then
PROMPT='%F{143}%~%f $(git_prompt_info)$(virtualenv_prompt_info)
%F{red}󰫱󰫲󰬃%f %F{143}$ '
PROMPT='%F{red}󰫱󰫲󰬃%f%F{143}%~%f $(git_prompt_info)$(virtualenv_prompt_info)
%F{143}$ '
else
PROMPT='%F{143}%~%f $(git_prompt_info)$(virtualenv_prompt_info)
%F{143}$ '