From 3689137ec608916b19362ecc190627f0d8a42761 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 6 Apr 2015 17:44:47 +0200 Subject: Fix if statement for printing ~/TODO --- shell/_zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/_zshrc b/shell/_zshrc index 8bddcf6..eb61903 100644 --- a/shell/_zshrc +++ b/shell/_zshrc @@ -170,6 +170,6 @@ if type "archey" > /dev/null; then archey # nice system information and arch logo fi -if [ -e "~/TODO" ]; then - cat ~/TODO +if [ -e "$HOME/TODO" ]; then + cat "$HOME/TODO" fi -- cgit v1.2.3-70-g09d2