diff --git a/update-home.sh b/update-home.sh index d394993..346fb2f 100755 --- a/update-home.sh +++ b/update-home.sh @@ -26,6 +26,7 @@ pip install --upgrade --user git+git://github.com/Lokaltog/powerline if [ "$1" == '--graphic' ] then rsync -av graphic/ ~/ + rsync -av graphic/.[a-zA-Z]* ~/ fc-cache -vf ~/.fonts fi