Mercurial > dotfiles
view dot_config/zsh/prompt/colors.zsh.tmpl @ 758:3a07cc5c825a
feat: add global expanding shortcuts
copied from https://stackoverflow.com/questions/28573145/how-can-i-move-the-cursor-after-a-zsh-abbreviation
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 10 Mar 2023 16:02:39 +0000 |
parents | 587765960227 |
children | 9e2c5662c2cb |
line wrap: on
line source
{{ if .dark }} PROMPT=$'%F{#89dceb}%T%f%k %F{#f38ba8}%m%f %F{#89b4fa}%~%b%f%k %j ->\u00A0' {{ else }} PROMPT=$'%F{#2f6f9f}%K{#f4faff}%T%f%k %F{#d71707}%m%f %F{#0b51a6}%~%b%f%k %j ->\u00A0' {{ end }}