etc/zshrc

26 lines
514 B
Bash
Raw Normal View History

2011-07-28 22:13:48 +02:00
# Copyright (C) 2004-2011 Gabriel Ebner
2011-04-30 20:21:21 +02:00
. ~/.commonshrc
2011-07-28 22:13:48 +02:00
# oh-my-zsh
export ZSH=$HOME/etc/oh-my-zsh
2011-07-28 22:27:15 +02:00
export ZSH_THEME=gebner
2011-07-28 22:13:48 +02:00
export DISABLE_AUTO_UPDATE=true
2011-07-28 22:13:48 +02:00
plugins=(git ant deb debian gem git git-flow github perl rails3 ruby)
2011-07-28 22:13:48 +02:00
source $ZSH/oh-my-zsh.sh
2011-08-10 19:39:52 +02:00
setopt nocorrect_all
2011-08-10 23:31:30 +02:00
alias ll=ll
2011-08-27 20:54:14 +02:00
alias l='ls -lha'
2012-04-25 00:17:12 +02:00
alias ar=ar
2011-08-10 19:39:52 +02:00
2011-07-28 22:13:48 +02:00
# History
setopt APPEND_HISTORY SHARE_HISTORY EXTENDED_HISTORY INC_APPEND_HISTORY \
HIST_IGNORE_ALL_DUPS HIST_FIND_NO_DUPS HIST_IGNORE_SPACE
HISTSIZE=100000
SAVEHIST=100000
HISTFILE=~/.zhist