mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
adding autojump
This commit is contained in:
parent
48d2c0ecf1
commit
7097e0c858
2 changed files with 5 additions and 2 deletions
3
plugins/autojump/autojump.plugin.zsh
Normal file
3
plugins/autojump/autojump.plugin.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
if [ -f `brew --prefix`/etc/autojump ]; then
|
||||
. `brew --prefix`/etc/autojump
|
||||
fi
|
||||
4
zshrc
4
zshrc
|
|
@ -22,14 +22,14 @@ MODE_INDICATOR="%{$fg_bold[cyan]%}-- CMD MODE -- $R"
|
|||
|
||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git git-flow gem brew vi-mode pip osx syntax-highlighting extract)
|
||||
plugins=(git git-flow gem brew vi-mode pip osx syntax-highlighting extract autojump)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
# Customize to your needs...
|
||||
export PATH=$HOME/.bin:$PATH
|
||||
export PATH=$HOME/bin:$PATH
|
||||
source ~/.profile
|
||||
source /usr/local/Cellar/autojump/15/etc/autojump.zsh
|
||||
#source /usr/local/Cellar/autojump/15/etc/autojump.zsh
|
||||
#if [[ -z "$TMUX" ]]; then
|
||||
#tmux att
|
||||
#fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue