david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

added lastrun to .gitignore

This commit is contained in:
david 2013-01-18 16:16:57 +01:00
parent a346e21f4b
commit 5d0cd10ef8
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.swp
lastrun

View File

@ -1,3 +1,10 @@
# run weeklies
newtimestamp=$(date +%Y%m%d)
oldtimestamp=$($ZSH/lastrun)
echo $newtimestamp
echo $oldtimestamp
# load core
for config_file ($ZSH/core/*.zsh); do
source $config_file