mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-20 00:55:14 +00:00
Moved antigen.zsh to .local/bin, updated links
This commit is contained in:
2
zshrc
2
zshrc
@@ -42,7 +42,7 @@ x-load-configs
|
||||
ssh-add -A 2>/dev/null;
|
||||
|
||||
# Try to load antigen, if present
|
||||
[[ -f "$HOME/.config/antigen.zsh" ]] && source "$HOME/.config/antigen.zsh"
|
||||
[[ -f "$HOME/.local/bin/antigen.zsh" ]] && source "$HOME/.local/bin/antigen.zsh"
|
||||
|
||||
# antigen is present
|
||||
if command -v antigen &> /dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user