浏览代码

Merge pull request #81 from aalvarado/master

install.sh should also install Terminus font extension (pcf.gz)
pull/83/head
Kim Silkebækken 10 年前
父节点
当前提交
963daa14a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh 查看文件

@ -13,7 +13,7 @@ else
fi
# Copy all fonts to user fonts directory
find_command="find $powerline_fonts_dir -name '*.[o,t]tf' -type f -print0"
find_command="find $powerline_fonts_dir -name '*.[o,t]tf' -o -name '*.pcf.gz' -type f -print0"
eval $find_command | xargs -0 -I % cp % $font_dir/
# Reset font cache on Linux

正在加载...
取消
保存