zsh-config/zsh/05-vars.zsh
pztrn da3e638cf9 * Fixed lsmod calling on systems different from Linux.
* 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.
2015-03-01 09:57:58 +05:00

5 lines
118 B
Bash

# This file includes some variables that vital to all parts of
# this configuration.
OS=`uname`
OS_RELEASE=`uname -r`