From abf00f7cd8a5a64e22de1266e00a2c3b5d85357d Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 15 Aug 2022 19:16:44 +0300 Subject: [PATCH] zsh: another prompt emoji for teh lulz --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index c8a1f6a..cae8d4d 100644 --- a/zshrc +++ b/zshrc @@ -45,7 +45,7 @@ zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} # }}} # {{{ prompt reset='%%{\e[0m%%}' -prompt_fmt='[ %s@%s:%s %s]\n\U1f525 ' +prompt_fmt='[ %s@%s:%s %s]\n\U01f4a2 ' prompt_fmtn='[ %%{\e[2;3m%%}%s%%{\e[0m%%} ] ' prompt_user='%F{%(!.red.blue)}%n%f' prompt_host='%m'