dotfiles/system/files/etc/initcpio/hooks/consolecolors

6 lines
65 B
Bash

#!/usr/bin/ash
run_hook() {
setvtrgb - < /etc/consolecolors
}