mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Updated ~/.zshrc template
This commit is contained in:
parent
1c9994023e
commit
b013ab3964
1 changed files with 13 additions and 6 deletions
|
|
@ -5,11 +5,11 @@ ZSH=$HOME/.oh-my-zsh
|
|||
# Look in ~/.oh-my-zsh/themes/
|
||||
# Optionally, if you set this to "random", it'll load a random theme each
|
||||
# time that oh-my-zsh is loaded.
|
||||
ZSH_THEME="robbyrussell"
|
||||
ZSH_THEME="davidrobertson"
|
||||
|
||||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
alias zshconfig="vim ~/.zshrc"
|
||||
alias ohmyzsh="vim ~/.oh-my-zsh"
|
||||
|
||||
# Set to this to use case-sensitive completion
|
||||
# CASE_SENSITIVE="true"
|
||||
|
|
@ -24,13 +24,20 @@ ZSH_THEME="robbyrussell"
|
|||
# DISABLE_AUTO_TITLE="true"
|
||||
|
||||
# Uncomment following line if you want red dots to be displayed while waiting for completion
|
||||
# COMPLETION_WAITING_DOTS="true"
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
|
||||
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
|
||||
|
||||
|
||||
# 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 gem npm rails3 rake rvm redis-cli lol zsh-syntax-highlighting)
|
||||
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets root)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Customize to your needs...
|
||||
export PATH=/home/david/.rvm/gems/ruby-1.9.3-p0/bin:/home/david/.rvm/gems/ruby-1.9.3-p0@global/bin:/home/david/.rvm/rubies/ruby-1.9.3-p0/bin:/home/david/.rvm/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/david/.rvm/bin
|
||||
|
||||
export EDITOR=vim
|
||||
unsetopt correctall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue