1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 09:51:41 +00:00

[#171] Add templates and README for all rc files

This commit is contained in:
Sorin Ionescu
2012-05-22 12:49:45 -04:00
parent 7731be2f5e
commit bdaba6a714
5 changed files with 116 additions and 0 deletions

13
templates/zlogin Normal file
View File

@ -0,0 +1,13 @@
#
# Executes commands at login post-zshrc.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Print a random, hopefully interesting, adage.
if (( $+commands[fortune] )); then
fortune -a
print
fi