mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added missing FX and named colors to spectrum.
This commit is contained in:
parent
05c94e2dd5
commit
b65195156d
39 changed files with 57 additions and 16 deletions
8
plugins/autojump/init.zsh
Normal file
8
plugins/autojump/init.zsh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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