Move antigen.zsh to .local/share

This commit is contained in:
Pavle Portic 2020-04-29 09:52:13 +02:00
parent c361424f99
commit eacd32404c
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setopt autocd extendedglob notify
unsetopt beep nomatch
bindkey -v
source ~/.config/zsh/antigen.zsh
source ~/.local/share/antigen.zsh
export DEFAULT_USER="pavle"
# Load the oh-my-zsh's library.