[feat] change alacritty font

This commit is contained in:
Jay
2022-09-03 14:04:15 +08:00
parent d479e2d615
commit cd77541819
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -46,6 +46,10 @@ if [ -d "$HOME/bin" ]; then
export PATH="$HOME/bin:$PATH"
fi
if [ -d "$HOME/.local/bin" ]; then
export PATH="$PATH:$HOME/.local/bin"
fi
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/jay/apps/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/jay/apps/google-cloud-sdk/path.zsh.inc'; fi