mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
beautify waiting dots
This commit is contained in:
parent
2d70536d4c
commit
352bbb84c1
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ zstyle '*' single-ignored show
|
||||||
|
|
||||||
if [ "$DISABLE_COMPLETION_WAITING_DOTS" != "true" ]; then
|
if [ "$DISABLE_COMPLETION_WAITING_DOTS" != "true" ]; then
|
||||||
expand-or-complete-with-dots() {
|
expand-or-complete-with-dots() {
|
||||||
echo -n "\e[31m......\e[0m"
|
echo -n "\e[36m•\e[0m"
|
||||||
zle expand-or-complete
|
zle expand-or-complete
|
||||||
zle redisplay
|
zle redisplay
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue