summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/_zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/_zshrc b/shell/_zshrc
index 1c03df1..8bddcf6 100644
--- a/shell/_zshrc
+++ b/shell/_zshrc
@@ -170,4 +170,6 @@ if type "archey" > /dev/null; then
archey # nice system information and arch logo
fi
-cat ~/TODO
+if [ -e "~/TODO" ]; then
+ cat ~/TODO
+fi