configuration and cool theme

This commit is contained in:
Robin Wenglewski 2011-09-13 10:58:35 +02:00
commit ffad1a7625
5 changed files with 23 additions and 17 deletions

13
zshrc
View file

@ -3,19 +3,19 @@
[[ -f /etc/profile ]] && . /etc/profile
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
ZSH=$HOME/.zsh
# 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"
ZSH_THEME="rweng"
# Set to this to use case-sensitive completion
# CASE_SENSITIVE="true"
# Comment this out to disable weekly auto-update checks
# DISABLE_AUTO_UPDATE="true"
DISABLE_AUTO_UPDATE="true"
# Uncomment following line if you want to disable colors in ls
# DISABLE_LS_COLORS="true"
@ -37,10 +37,9 @@ alias h="dirs -v"
unalias d
RWZSH=$HOME/.zsh
. $RWZSH/config.zsh
. $RWZSH/aliases.zsh
. $RWZSH/completion.zsh
. $RWZSH/functions.zsh
. $ZSH/config.zsh
. $ZSH/aliases.zsh
. $ZSH/completion.zsh
# use .localrc for settings specific to one system
[[ -f ~/.localrc ]] && . ~/.localrc