Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
ad183785
Unverified
Commit
ad183785
authored
Aug 17, 2021
by
Marc Cornellà
Browse files
fix(updater): fix reset ANSI escape code for resetting underline format
parent
bc7ce982
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/upgrade.sh
View file @
ad183785
...
@@ -30,7 +30,7 @@ if [ -t 1 ]; then
...
@@ -30,7 +30,7 @@ if [ -t 1 ]; then
BOLD
=
$(
printf
'\033[1m'
)
BOLD
=
$(
printf
'\033[1m'
)
DIM
=
$(
printf
'\033[2m'
)
DIM
=
$(
printf
'\033[2m'
)
UNDER
=
$(
printf
'\033[4m'
)
UNDER
=
$(
printf
'\033[4m'
)
RESET
=
$(
printf
'\033[m'
)
RESET
=
$(
printf
'\033[
0
m'
)
fi
fi
# Update upstream remote to ohmyzsh org
# Update upstream remote to ohmyzsh org
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment