From 3b8b7164dac612d9e3ce71f1e4e75a9ecd648d87 Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 2 Nov 2019 11:28:25 -0700 Subject: [PATCH] Ditching Dropbox! --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 121350f..ead52d9 100644 --- a/functions.sh +++ b/functions.sh @@ -103,7 +103,7 @@ treep() { # short for tree pager ts() { ( # so we don't get stuck in that folder - cd "$HOME/Dropbox/Grad School/Writing/0000-dissertation" + cd "$HOME/Documents/GradSchool/Writing/0000-dissertation" grep -R "$1" * ) }