1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 12:20:27 +00:00
prezto/templates/zshrc.template.zsh
2011-07-15 00:57:11 -04:00

25 lines
635 B
Bash

# Path to oh-my-zsh.
export OMZ="$HOME/.oh-my-zsh"
# Set the name of the theme to load (see $OMZ/themes/).
# Setting it to 'random' loads a random theme.
export ZSH_THEME="robbyrussell"
# Set to 'true' to enable case-sensitivity.
export CASE_SENSITIVE='false'
# Set to 'true' to disable color (auto set on dumb terminals).
export DISABLE_COLOR='false'
# Set to 'true' to disable auto setting the tab and window titles.
export DISABLE_AUTO_TITLE='false'
# Set the plugins to load (see $OMZ/plugins/).
# Example: plugins=(rails git textmate ruby lighthouse)
plugins=(git)
source "$OMZ/oh-my-zsh.zsh"
# Customize to your needs...