mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Updated Autojump plugin to work on Linux
This commit is contained in:
parent
762b55bb2b
commit
10991f800e
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
if [ -f `brew --prefix`/etc/autojump ]; then
|
||||
if [ -e /etc/profile.d/autojump.zsh ]; then
|
||||
. /etc/profile.d/autojump.zsh
|
||||
elif [ -f `brew --prefix`/etc/autojump ]; then
|
||||
. `brew --prefix`/etc/autojump
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue