Added oh-my-zsh submodule, updated zshrc

This commit is contained in:
Dustin Swan
2011-11-22 10:35:28 -05:00
parent 1e142ec8c7
commit 5a3490e27e
3 changed files with 32 additions and 12 deletions

40
zshrc
View File

@@ -1,18 +1,34 @@
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -v
# Path to your oh-my-zsh configuration.
ZSH=$HOME/dotfiles/oh-my-zsh
zstyle :compinstall filename '/home/dustinswan/.zshrc'
# Set name of the theme to load.
# 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"
autoload -Uz compinit && compinit
# zstyle ':completion:*' menu select
# setopt completealiases
# Set to this to use case-sensitive completion
# CASE_SENSITIVE="true"
# Comment this out to disable weekly auto-update checks
# DISABLE_AUTO_UPDATE="true"
# Uncomment following line if you want to disable colors in ls
# DISABLE_LS_COLORS="true"
# Uncomment following line if you want to disable autosetting terminal title.
# DISABLE_AUTO_TITLE="true"
# Uncomment following line if you want red dots to be displayed while waiting for completion
COMPLETION_WAITING_DOTS="true"
# 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 archlinux brew github npm vi-mode node osx)
source $ZSH/oh-my-zsh.sh
# Customize to your needs...
alias vi=vim
# alias grep='grep --color=auto'
# alias ls='ls --color=auto'
# export TERM="xterm-256color"
export TERM="screen-256color"
export EDITOR=vim