Run copy.sh from getdot
This commit is contained in:
parent
ceb4c92326
commit
ad55046599
|
@ -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 -
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue