mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 20:53:14 +00:00
Credit original source for shell color code
This commit is contained in:
parent
3ee505179f
commit
8c7811a213
1 changed files with 3 additions and 0 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue