suppress error messages
This commit is contained in:
parent
ded68f4a93
commit
703287e083
|
@ -5,4 +5,4 @@
|
||||||
GIT_ROOT=$(git rev-parse --show-toplevel)
|
GIT_ROOT=$(git rev-parse --show-toplevel)
|
||||||
|
|
||||||
mkdir -p ~/.fonts/
|
mkdir -p ~/.fonts/
|
||||||
ln -s ${GIT_ROOT}/fonts/Hack* ~/.fonts/
|
ln -s ${GIT_ROOT}/fonts/Hack* ~/.fonts/ > /dev/null 2>&1
|
||||||
|
|
Loading…
Reference in New Issue