Skip to content

Commit

Permalink
Merge pull request powerline#120 from robsonq/install_sh_fix
Browse files Browse the repository at this point in the history
Fixed wrong fonts directory in install.sh
  • Loading branch information
Lokaltog committed Nov 18, 2015
2 parents dfe9c53 + 4f1baa0 commit 077977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ `uname` == 'Darwin' ]]; then
font_dir="$HOME/Library/Fonts"
else
# Linux
font_dir="$HOME/.fonts"
font_dir="$HOME/.local/share/fonts"
mkdir -p $font_dir
fi

Expand Down

0 comments on commit 077977c

Please sign in to comment.