From 4723e2c689ef57380af0cbe6974b120cf3f90aee Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 23 Apr 2018 17:44:08 -0500 Subject: 2018-04-23 17:44 --- dotfiles/bashrc.sync | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'dotfiles/bashrc.sync') diff --git a/dotfiles/bashrc.sync b/dotfiles/bashrc.sync index 7ea5f2c..6147bbb 100644 --- a/dotfiles/bashrc.sync +++ b/dotfiles/bashrc.sync @@ -17,7 +17,6 @@ function countdown(){ } function git-commit-with-timestamp(){ - echo " " pwd git remote update git pull @@ -31,6 +30,12 @@ function git-commit-with-timestamp(){ } function git-sync-all(){ + print-line cd ~/org; git-commit-with-timestamp; + print-line cd ~/dotfiles; git-commit-with-timestamp; -} \ No newline at end of file +} + +function print-line { + printColor "%`tput cols`s"|tr ' ' '#' +} -- cgit v1.2.3