diff --git a/scripts/dotfiles.sh b/scripts/dotfiles.sh index 7bd06fb..eecd410 100755 --- a/scripts/dotfiles.sh +++ b/scripts/dotfiles.sh @@ -31,9 +31,14 @@ command_add() { echo "$file added in $DOTFILES_DIR/$savepoint" } -command_sync() { +command_pull() { cd $DOTFILES_DIR - git push; git pull + git pull +} + +command_push() { + cd $DOTFILES_DIR + git push } command_help() {