mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
updated files
This commit is contained in:
parent
4d4fd1ba97
commit
89946f0bc0
16 changed files with 2672 additions and 2 deletions
|
|
@ -1,12 +1,10 @@
|
|||
|
||||
# Use colors, but only if connected to a terminal, and that terminal
|
||||
# supports them.
|
||||
<<<<<<< HEAD
|
||||
if which tput >/dev/null 2>&1; then
|
||||
=======
|
||||
tput=$(which tput)
|
||||
if [ -n "$tput" ]; then
|
||||
>>>>>>> c0134a9450e486251b247735e022d7efeb496b9c
|
||||
ncolors=$(tput colors)
|
||||
fi
|
||||
if [ -t 1 ] && [ -n "$ncolors" ] && [ "$ncolors" -ge 8 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue