dotfiles/system/files/etc/initcpio/hooks/consolecolors
2019-10-09 00:30:58 +03:00

6 lines
65 B
Bash

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