Remove unused var

This commit is contained in:
Georgi Gardev
2024-03-05 15:26:52 +02:00
parent 259e90d98d
commit 4d7d433253
-1
View File
@@ -2,7 +2,6 @@ source $HOME/Git/zsh-git-prompt/zshrc.sh
setopt PROMPT_SUBST
HOSTN="$(hostname | tr '[:upper:]' '[:lower:]')"
PROMPT='%B%U%F{cyan}% %m%u%F{green} %~$(git_super_status)%f %b '
RPROMPT='%*'