This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[main] | |
exclude=apache* bind-chroot courier* dovecot* exim* filesystem httpd* mod_ssl* m | |
ydns* mysql* nsd* perl* php* proftpd* pure-ftpd* ruby* spamassassin* squirrelmai | |
l* | |
tolerant=1 | |
errorlevel=1 | |
cachedir=/var/cache/yum | |
keepcache=0 | |
debuglevel=2 | |
logfile=/var/log/yum.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/************************************************************* | |
* menus | |
*************************************************************/ | |
div#zone-menu-wrapper{ | |
position:relative; | |
top: 0; | |
} | |
div#region-menu.grid-10{ | |
margin-left: 0px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setopt prompt_subst | |
autoload -Uz vcs_info | |
zstyle ':vcs_info:*' stagedstr 'M' | |
zstyle ':vcs_info:*' unstagedstr 'M' | |
zstyle ':vcs_info:*' check-for-changes true | |
zstyle ':vcs_info:*' actionformats '%F{5}[%F{2}%b%F{3}|%F{1}%a%F{5}]%f ' | |
zstyle ':vcs_info:*' formats \ | |
'%F{5}[%F{2}%b%F{5}] %F{2}%c%F{3}%u%f' | |
zstyle ':vcs_info:git*+set-message:*' hooks git-untracked | |
zstyle ':vcs_info:*' enable git |
NewerOlder