From 950d48889409d08122a7f5c63ffafae53311b003 Mon Sep 17 00:00:00 2001 From: caem Date: Tue, 27 Aug 2024 13:06:24 +0200 Subject: [PATCH] zsh: Update ps1 prompt --- dotfiles/zsh/conf.d/ps1.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zsh/conf.d/ps1.zsh b/dotfiles/zsh/conf.d/ps1.zsh index 2c1f48b..1155fb2 100755 --- a/dotfiles/zsh/conf.d/ps1.zsh +++ b/dotfiles/zsh/conf.d/ps1.zsh @@ -29,5 +29,5 @@ precmd () { vcs_info } zstyle ':vcs_info:*' formats ' %F{yellow}(%b)%f' NL=$'\n' -export PS1='%F{green}%~%f$vcs_info_msg_0_$nix_shell_ps1$NL$dicon > ' +export PS1='[$dicon %F{green}%3~%f$vcs_info_msg_0_$nix_shell_ps1]# '