pztrn
da3e638cf9
* fbterm check now runs only on Linux and if lsmod is available. * Added OS and OS_RELEASE vars. * Themes now should also ends with .zsh.
5 lines
118 B
Bash
5 lines
118 B
Bash
# This file includes some variables that vital to all parts of
|
|
# this configuration.
|
|
|
|
OS=`uname`
|
|
OS_RELEASE=`uname -r` |