Get rid of those colors

This commit is contained in:
Michael De Roover 2020-07-04 14:05:03 +02:00
parent 902d6a9ad7
commit 8ac1db42bc
Signed by: vim
GPG Key ID: 075496E232CE04CB
1 changed files with 2 additions and 2 deletions

4
cv
View File

@ -1,13 +1,13 @@
#!/bin/bash
ex(){
echo -e "\\033[0;32m> ${*} \\033[0m"
echo -e "> ${*}"
$@
}
date=$(date +"%Y-%m-%d")
ydate=$(date -d yesterday +"%Y-%m-%d")
show(){
echo -e "\\033[0;36m> ${*} \\033[0m"
echo -e "> ${*}"
}
title(){
w=36