mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
update .zshrc & azure.zsh-theme
This commit is contained in:
parent
e7aed72a75
commit
f2ca414da4
2 changed files with 8 additions and 19 deletions
5
.zshrc
5
.zshrc
|
|
@ -49,8 +49,9 @@ ZSH_THEME="azure"
|
|||
# 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)
|
||||
plugins=(git vi-mode)
|
||||
|
||||
source ~/.bash_profile
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# User configuration
|
||||
|
|
@ -59,7 +60,7 @@ export JAVA_HOME=/home/users/shiludeng/.jumbo/opt/sun-java6
|
|||
export HADOOP_INSTALL=/home/users/shiludeng/data/dev/hadoop/hadoop
|
||||
#/home/tools/tools/maven/apache-maven-2.2.1/bin
|
||||
export PATH=$HOME/bin:$HADOOP_INSTALL/bin:/usr/local/bin:$PATH
|
||||
bash ~/.bash_profile
|
||||
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
# You may need to manually set your language environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue