mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Cleaned up the plugins.
This commit is contained in:
parent
422307c3ca
commit
90e7debc30
66 changed files with 902 additions and 1774 deletions
|
|
@ -1,3 +1,8 @@
|
|||
if [ -f `brew --prefix`/etc/autojump ]; then
|
||||
. `brew --prefix`/etc/autojump
|
||||
if [[ -f /etc/profile.d/autojump.zsh ]]; then
|
||||
source /etc/profile.d/autojump.zsh
|
||||
elif [[ -f /opt/local/etc/profile.d/autojump.zsh ]]; then
|
||||
source /opt/local/etc/profile.d/autojump.zsh
|
||||
elif [[ -f "$(brew --prefix 2> /dev/null)/etc/autojump.zsh" ]]; then
|
||||
source "$(brew --prefix)/etc/autojump.zsh"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue