Clean theme axin

This commit is contained in:
BarbUk
2021-01-11 11:41:44 +01:00
parent df73085fea
commit 6495e3479e

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)