From 5144d7b1c13738189da867fe2bab4ce94373c913 Mon Sep 17 00:00:00 2001 From: Tracey Clark Date: Thu, 14 Mar 2019 19:58:24 -0500 Subject: [PATCH] Updated zsh notes --- home_zsh/zsh_notes.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home_zsh/zsh_notes.txt b/home_zsh/zsh_notes.txt index c91a864..40ea5e9 100644 --- a/home_zsh/zsh_notes.txt +++ b/home_zsh/zsh_notes.txt @@ -8,4 +8,9 @@ RPROMPT='[%F{yellow}%?%f]' And here's how it will be displayed: -username@host ~ % [0] \ No newline at end of file +username@host ~ % [0] + +## cron script to pull updates + + +cd ~/.zprezto && git pull && git submodule update --init --recursive