1

use new remote for pulls

This commit is contained in:
Evan Pratten 2023-11-19 16:36:19 -05:00
parent 89f89192a9
commit 933692bdf3

View File

@ -190,7 +190,7 @@ wg-cat() {
ewconfig-pull() {
cwd=$(pwd)
cd ~/.config/ewconfig
git pull
git pull ewp master
cd $cwd
}