Skip to content

Commit

Permalink
fix(zsh): Align bold chars in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
dapc11 committed Dec 15, 2023
1 parent d758b5f commit 733731f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ zstyle ':vcs_info:git:*' get-revision true
zstyle ':vcs_info:git:*' stagedstr '%F{green}✓'
zstyle ':vcs_info:git:*' unstagedstr '%F{red}±'

export PROMPT=$'┌──${debian_chroot:+($debian_chroot)──}%B%F{%(#.red.blue)}%n%(#.💀.@)%m%b%F{%(#.blue.green)} %B%F{reset}[%(6~.%-1~/…/%4~.%5~)$vcs_info_msg_0_%f] %(?..%?%F{red}%B⨯%b%F{reset})\n└─%B%(#.%F{red}#.%F{blue}$)%b%F{reset} '
export PROMPT=$'%B┌── %b${debian_chroot:+($debian_chroot)──}%B%F{%(#.red.blue)}%n%(#.💀.@)%m%b%F{%(#.blue.green)} %B%F{reset}[%(6~.%-1~/…/%4~.%5~)$vcs_info_msg_0_%f] %(?..%?%F{red}%B⨯%b%F{reset})\n└─%B%(#.%F{red}#.%F{blue}$)%b%F{reset} '

# Options ===============================================
setopt prompt_subst auto_menu always_to_end complete_in_word share_history autocd
Expand Down

0 comments on commit 733731f

Please sign in to comment.