mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
un~ ; un recordatorio de push necesario
This commit is contained in:
parent
a2ab3b8570
commit
651720a833
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ custom/*
|
||||||
!custom/example.zsh
|
!custom/example.zsh
|
||||||
cache
|
cache
|
||||||
*.swp
|
*.swp
|
||||||
|
*un~
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@ function git_remotes() {
|
||||||
fi
|
fi
|
||||||
echo $remotes
|
echo $remotes
|
||||||
}
|
}
|
||||||
|
# TODO if commits to push show this number
|
||||||
local remotes='%B%F{green}$(git_remotes)%{$reset_color%}'
|
local remotes='%B%F{green}$(git_remotes)%{$reset_color%}'
|
||||||
|
|
||||||
precmd () {
|
precmd () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue