commit 86ffcaa276915b08460282abd066c0099b85e734 parent 723b8dd61ae9fea9b7e571ca1b224ac9545812f4 Author: dudley <root@pyratebeard.net> Date: Fri, 14 Jul 2017 20:15:47 +0100 removed unused line Diffstat:
M | zsh/.zsh/minimal-prompt.zsh | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/zsh/.zsh/minimal-prompt.zsh b/zsh/.zsh/minimal-prompt.zsh @@ -11,5 +11,4 @@ # CODE http://github.com/pyratebeard/dotfiles # # Minimal prompt -#PROMPT='${USER_LEVEL}[%F{white}%1~${USER_LEVEL}]$(prompt_git_info)── -%f ' -PROMPT='%F{cyan}${USERNAME}@%F{white}[$HOSTNAME] : %~# ' +PROMPT='%F{cyan}${USERNAME}@%F{white}[archee] : %~# '