summaryrefslogtreecommitdiff
path: root/dotfiles/bashrc.sync
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/bashrc.sync')
-rw-r--r--dotfiles/bashrc.sync9
1 files changed, 7 insertions, 2 deletions
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 ' ' '#'
+}