mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-18 03:40:08 +00:00
fix(updater): fix reset ANSI escape code for resetting underline format
This commit is contained in:
parent
bc7ce982dd
commit
ad1837859b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if [ -t 1 ]; then
|
|||
BOLD=$(printf '\033[1m')
|
||||
DIM=$(printf '\033[2m')
|
||||
UNDER=$(printf '\033[4m')
|
||||
RESET=$(printf '\033[m')
|
||||
RESET=$(printf '\033[0m')
|
||||
fi
|
||||
|
||||
# Update upstream remote to ohmyzsh org
|
||||
|
|
Loading…
Reference in a new issue