don't pull updates on fresh installs

This commit is contained in:
Nicole O'Connor
2020-04-21 16:58:05 -07:00
parent bc79de9acf
commit 9d889f31af
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
if type git &> /dev/null; then
if type git &> /dev/null && (( _zeesh_fresh_install != 1 )); then
ticker_message "zeesh: pulling from git" # TODO: less frequently, and background
start_dir="$(pwd)"