fix font prompt

This commit is contained in:
2026-04-03 15:24:09 +09:00
parent 24b072c539
commit 37177b0091
3 changed files with 19 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# requires: aifont (MesloLGS NF + ai/syui icons)
_has_aifont() {
[[ -f "$HOME/Library/Fonts/aifont.ttf" ]] || [[ -f "$HOME/.local/share/fonts/aifont.ttf" ]]
[[ -f "$HOME/Library/Fonts/aifont.ttf" ]] || [[ -f "/usr/share/fonts/TTF/aifont.ttf" ]]
}
_powerline_git() {