forked from misc/zsh-config
* 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:
5
zsh/05-vars.zsh
Normal file
5
zsh/05-vars.zsh
Normal file
@@ -0,0 +1,5 @@
|
||||
# This file includes some variables that vital to all parts of
|
||||
# this configuration.
|
||||
|
||||
OS=`uname`
|
||||
OS_RELEASE=`uname -r`
|
||||
Reference in New Issue
Block a user