Run copy.sh from getdot

This commit is contained in:
Sage Vaillancourt 2024-01-16 06:42:13 -05:00
parent ceb4c92326
commit ad55046599
1 changed files with 1 additions and 1 deletions

View File

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