mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Now works on debian/ubuntu too.
This commit is contained in:
parent
7a41498b0d
commit
6acfae9dc0
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
if [ -f /opt/local/etc/profile.d/autojump.sh ]; then
|
||||
if [ -f /usr/share/autojump/autojump.zsh ] ; then
|
||||
. /usr/share/autojump/autojump.zsh
|
||||
elif [ -f /opt/local/etc/profile.d/autojump.sh ]; then
|
||||
. /opt/local/etc/profile.d/autojump.sh
|
||||
elif [ -f `brew --prefix`/etc/autojump ]; then
|
||||
. `brew --prefix`/etc/autojump
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue