This file contains hidden or 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
| # Load git info module | |
| autoload -Uz vcs_info | |
| # Configure git info | |
| local fmt_vcs_status='%F{yellow}‹%b%f%u%c%F{yellow}›%f' | |
| zstyle ':vcs_info:*' enable git | |
| zstyle ':vcs_info:git:*' check-for-changes true | |
| zstyle ':vcs_info:git:*' unstagedstr '%F{red}●%f' | |
| zstyle ':vcs_info:git:*' stagedstr '%F{green}+%f' | |
| zstyle ':vcs_info:git:*' patch-format ' %p %n/%a' |
This file contains hidden or 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
| <?php | |
| /* | |
| * Plugin Name: SMTP Mail Setup | |
| */ | |
| // Error when called directly | |
| if (!defined('ABSPATH')) { | |
| die(); | |
| } |
OlderNewer