瀏覽代碼

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

Loading…
取消
儲存