mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
got rid of the annoying space in the tiny theme
This commit is contained in:
parent
5ad045dc64
commit
bb59f4ece0
1 changed files with 0 additions and 2 deletions
|
|
@ -11,8 +11,6 @@ function prompt_character {
|
||||||
# if you're in a git branch, the prompt character is '±'
|
# if you're in a git branch, the prompt character is '±'
|
||||||
# (this is handled by git_colors)
|
# (this is handled by git_colors)
|
||||||
git branch >> /dev/null 2>> /dev/null && echo "%{$fg[`git_colors`]%}±%{$reset_color%}" && return
|
git branch >> /dev/null 2>> /dev/null && echo "%{$fg[`git_colors`]%}±%{$reset_color%}" && return
|
||||||
# else, it's a blank space
|
|
||||||
echo " "
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function git_colors {
|
function git_colors {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue