mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Added rbenv plugin.
This commit is contained in:
parent
6c3efb936b
commit
fa3036a7a0
1 changed files with 3 additions and 4 deletions
|
|
@ -45,13 +45,11 @@ ZSH_THEME="robbyrussell"
|
|||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
plugins=(git rbenv)
|
||||
|
||||
# User configuration
|
||||
|
||||
export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
export PATH=:/usr/local/bin:$HOME/bin:$PATH
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
# # Preferred editor for local and remote sessions
|
||||
|
|
@ -67,3 +65,4 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH
|
|||
# ssh
|
||||
# export SSH_KEY_PATH="~/.ssh/dsa_id"
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue