summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-04-23 17:44:08 -0500
committerBlaise Thompson <blaise@untzag.com>2018-04-23 17:44:08 -0500
commit4723e2c689ef57380af0cbe6974b120cf3f90aee (patch)
tree5eaced7537c4631779ad1d76f74f724f98c8f261
parent2a5f3b030370e8f2af471fea0935156f664df458 (diff)
2018-04-23 17:44
-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 ' ' '#'
+}