Ditching Dropbox!

This commit is contained in:
Luke 2019-11-02 11:28:25 -07:00
parent 588b54c79a
commit 3b8b7164da

View file

@ -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" *
)
}