Update dotfiles/.local/share/chezmoi/dot_local/scripts/macos.bash, dotfiles/.local/share/chezmoi/dot_local/scripts/motd.bash, dotfiles/.local/share/chezmoi/dot_local/scripts/p10k.zsh, dotfiles/.local/share/chezmoi/dot_zshrc

This commit is contained in:
Brian Zalewski 2022-11-22 17:51:06 +00:00
parent af66941bbe
commit d550f39016
4 changed files with 4 additions and 4 deletions

View file

@ -245,8 +245,8 @@ xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty)
esac
### Antigen
if [ -f "$HOME/.local/antigen.zsh" ]; then
source "$HOME/.local/antigen.zsh"
if [ -f "$HOME/.local/scripts/antigen.zsh" ]; then
source "$HOME/.local/scripts/antigen.zsh"
fi
if command -v antigen > /dev/null; then
antigen use oh-my-zsh
@ -341,8 +341,8 @@ if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then
fi
### Powerline
if [ -f "$HOME/.local/p10k.zsh" ]; then
source "$HOME/.local/p10k.zsh"
if [ -f "$HOME/.local/scripts/p10k.zsh" ]; then
source "$HOME/.local/scripts/p10k.zsh"
fi
### Bash Completions