* 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.
This commit is contained in:
2015-03-01 09:57:58 +05:00
parent cfa309ed3a
commit da3e638cf9
6 changed files with 22 additions and 43 deletions

5
zsh/05-vars.zsh Normal file
View File

@@ -0,0 +1,5 @@
# This file includes some variables that vital to all parts of
# this configuration.
OS=`uname`
OS_RELEASE=`uname -r`