Remove vars dependency

This commit is contained in:
2020-07-03 19:58:02 +02:00
parent 1288bea0ed
commit 25055bf724

6
cv
View File

@@ -1,10 +1,5 @@
#!/bin/bash
if [ -f /usr/local/bin/vars ]
then
. /usr/local/bin/vars
else
# This is a compatibility mode and not well-supported.
ex(){
echo -e "\\033[0;32m> ${*} \\033[0m"
$@
@@ -14,7 +9,6 @@ else
show(){
echo -e "\\033[1;36m> ${*} \\033[0m"
}
fi
data="$HOME/Documents/cv"