mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
make prompt look nicer
This commit is contained in:
parent
d059ff8cb2
commit
c6e8a595ab
1 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,11 @@ case "${TERM}" in
|
||||||
BOLDERRORCOLOR=$'%{\e[01;38;5;9m%}'
|
BOLDERRORCOLOR=$'%{\e[01;38;5;9m%}'
|
||||||
CLOCKCOLOR=$'%{\e[01;38;5;221m%}'
|
CLOCKCOLOR=$'%{\e[01;38;5;221m%}'
|
||||||
JOBCOLOR=$'%{\e[38;5;30m%}'
|
JOBCOLOR=$'%{\e[38;5;30m%}'
|
||||||
BLACKCOLOR=$'%{\e[00;30m%}'
|
if [ "${TERM_PROGRAM}" = "Apple_Terminal" ] ; then
|
||||||
|
BLACKCOLOR=$'%{\e[00;30m%}'
|
||||||
|
else
|
||||||
|
BLACKCOLOR=$'%{\e[38;5;232m%}'
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
dumb)
|
dumb)
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue