Clean theme axin

pull/1783/head
BarbUk 2021-01-11 11:41:44 +01:00
parent df73085fea
commit 6495e3479e
No known key found for this signature in database
GPG Key ID: DB301C759539E9FE
1 changed files with 24 additions and 24 deletions

View File

@ -1,10 +1,10 @@
#!/usr/bin/env bash
# shellcheck shell=bash
# Axin Bash Prompt, inspired by theme "Sexy" and "Bobby"
# thanks to them
if tput setaf 1 &> /dev/null; then
if [[ $(tput colors) -ge 256 ]] 2>/dev/null; then
if [[ $(tput colors) -ge 256 ]] 2> /dev/null; then
MAGENTA=$(tput setaf 9)
ORANGE=$(tput setaf 172)
GREEN=$(tput setaf 190)