1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 08:28:30 +02:00

Credit original source for shell color code

This commit is contained in:
Robert Helgesson 2017-05-14 20:35:13 +02:00
parent 3ee505179f
commit 8c7811a213
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -1,3 +1,6 @@
# The check for terminal output and color support is heavily inspired
# by https://unix.stackexchange.com/a/10065.
function setupColors() {
normalColor=""
errorColor=""