This commit is contained in:
Sage Vaillancourt 2024-01-21 21:11:57 -05:00
commit f7af1125c1
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ function pushdot {
function getdot {
cd "$DOT_DIR" || return 1
git pull
git pull && ./copy.sh
cd -
}