mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Moved '$ZSH/oh-my-zsh.sh' back above User Config.
This commit is contained in:
parent
1964e12e5d
commit
2f12d0d7a1
1 changed files with 2 additions and 2 deletions
|
|
@ -47,6 +47,8 @@ ZSH_THEME="agnoster"
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
plugins=(battery capistrano common-aliases git github rbenv sublime systemadmin)
|
plugins=(battery capistrano common-aliases git github rbenv sublime systemadmin)
|
||||||
|
|
||||||
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
||||||
export PATH=:/usr/local/bin:$HOME/bin:$PATH
|
export PATH=:/usr/local/bin:$HOME/bin:$PATH
|
||||||
|
|
@ -64,5 +66,3 @@ export PATH=:/usr/local/bin:$HOME/bin:$PATH
|
||||||
|
|
||||||
# ssh
|
# ssh
|
||||||
# export SSH_KEY_PATH="~/.ssh/dsa_id"
|
# export SSH_KEY_PATH="~/.ssh/dsa_id"
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue