From 7d6b1a36e3f68fc65e9ec2c9e8312f2d1e608b4b Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 23 Apr 2018 17:44:48 -0500 Subject: 2018-04-23 17:44 --- dotfiles/bashrc.sync | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'dotfiles') diff --git a/dotfiles/bashrc.sync b/dotfiles/bashrc.sync index 6147bbb..44b799c 100644 --- a/dotfiles/bashrc.sync +++ b/dotfiles/bashrc.sync @@ -36,6 +36,13 @@ function git-sync-all(){ cd ~/dotfiles; git-commit-with-timestamp; } +function print-yellow { + YELLOW='\033[0;33m' + NC='\033[0m' # No Color + printf "${YELLOW}$*${NC}\n" +} + function print-line { - printColor "%`tput cols`s"|tr ' ' '#' + print-yellow "%`tput cols`s"|tr ' ' '#' } + -- cgit v1.2.3