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:
parent
af66941bbe
commit
d550f39016
4 changed files with 4 additions and 4 deletions
|
@ -245,8 +245,8 @@ xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty)
|
||||||
esac
|
esac
|
||||||
|
|
||||||
### Antigen
|
### Antigen
|
||||||
if [ -f "$HOME/.local/antigen.zsh" ]; then
|
if [ -f "$HOME/.local/scripts/antigen.zsh" ]; then
|
||||||
source "$HOME/.local/antigen.zsh"
|
source "$HOME/.local/scripts/antigen.zsh"
|
||||||
fi
|
fi
|
||||||
if command -v antigen > /dev/null; then
|
if command -v antigen > /dev/null; then
|
||||||
antigen use oh-my-zsh
|
antigen use oh-my-zsh
|
||||||
|
@ -341,8 +341,8 @@ if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Powerline
|
### Powerline
|
||||||
if [ -f "$HOME/.local/p10k.zsh" ]; then
|
if [ -f "$HOME/.local/scripts/p10k.zsh" ]; then
|
||||||
source "$HOME/.local/p10k.zsh"
|
source "$HOME/.local/scripts/p10k.zsh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Bash Completions
|
### Bash Completions
|
||||||
|
|
Loading…
Reference in a new issue