dotfiles/zsh-files/zshrc

34 lines
631 B
Bash
Raw Normal View History

HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
2013-08-02 00:13:05 -07:00
source ~/antigen.zsh
2013-08-02 00:13:05 -07:00
antigen use oh-my-zsh
2013-08-02 00:13:05 -07:00
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-history-substring-search
antigen bundle rupa/z
antigen bundle git
2013-08-02 00:13:05 -07:00
# OSX specific
antigen bundle brew
antigen bundle brew-cask
2013-08-02 00:13:05 -07:00
antigen theme bureau
2013-08-02 00:13:05 -07:00
antigen apply
2013-08-02 00:13:05 -07:00
source ~/dotfiles/zsh-files/zsh_opts.zsh
source ~/dotfiles/zsh-files/exports.zsh
source ~/dotfiles/zsh-files/functions.zsh
source ~/dotfiles/zsh-files/aliases.zsh
2013-08-02 00:13:05 -07:00
zstyle :compinstall filename '/Users/haak/.zshrc'
2013-08-02 00:13:05 -07:00
autoload -Uz compinit
compinit
2014-04-24 23:16:10 -07:00
2014-05-30 07:52:54 +00:00
zle -N fancy-ctrl-z
bindkey '^Z' fancy-ctrl-z